Commit ca4e7811 authored by Florent Kermarrec's avatar Florent Kermarrec

software/bios: change prompt to "litex" in green.

parent 8d0f008a
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment