search for: kernelwithmenu

Displaying 1 result from an estimated 1 matches for "kernelwithmenu".

2010 Jul 15
1
Accessing command_line from core C code
...mpsb - pop cx - pop di - jne .next -.print: - mov al,' ' - call writechr - - mov si,di - call writestr -.next: - pop si ; restore SI - jmp .scan -.not_vk: - call crlf + pm_call pm_display_labels jmp fk_wrcmd ctrl_f: This is the output: boot: command_line: justtesting kernelwithmenu linux local0 a b c d e f g h boot: k command_line: k kernelwithmenu kernelonly boot: command_line: k kernelwithmenu kernelonly boot: command_line: justtesting kernelwithmenu linux local0 a b c d e f g h boot: With empty command_line the output is correct, also if the command_line is filled with...