Michael Brown
|
530bbf7cca
|
Print welcome banner in bold (which will come out as bright white text
on the BIOS console, or genuine bold font on a xterm "serial" console),
just to prove the concept of the ANSI escape sequence handling.
|
18年前 |
Michael Brown
|
240c9512bb
|
Added "clear" command
|
18年前 |
Michael Brown
|
cc697eeb1f
|
Added "exit" back in as a standardised command.
|
18年前 |
Michael Brown
|
7de5d32ff5
|
cmdlinelib.c now calls system() rather than doing its own tokenisation
(which was extremely heavy on calls to malloc()).
Moved include/command.h to include/gpxe/command.h, since it's
gPXE-specific.
|
18年前 |
Michael Brown
|
c6060a8fea
|
Tidy up some more output. The command-line code needs some severe
overhauling, but this is not the time to do it.
|
18年前 |
Michael Brown
|
e852f8e504
|
Slightly tidied up console messages.
|
18年前 |
Michael Brown
|
d041d74054
|
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
|
18年前 |
Michael Brown
|
d9f32726b4
|
Added quick and dirty commands for testing the new NVO code.
|
18年前 |
Marty Connor
|
41af7457a8
|
Merge of Fredrik Hultin command_line
|
18年前 |