Displaying 1 result from an estimated 1 matches for "kernelonly".
2010 Jul 15
1
Accessing command_line from core C code
...r
-
- 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 "k". As soon as it is cleared again by pressing backspace the
C code...