software/bios: change prompt to "litex" in green.
This commit is contained in:
parent
8d0f008a3b
commit
ca4e7811e9
|
@ -457,7 +457,7 @@ int main(int i, char **c)
|
|||
|
||||
printf("--============= \e[1mConsole\e[0m ================--\n");
|
||||
while(1) {
|
||||
putsnonl("\e[1mBIOS>\e[0m ");
|
||||
putsnonl("\e[92;1mlitex\e[0m> ");
|
||||
readstr(buffer, 64);
|
||||
do_command(buffer);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue