bios/main: Change no console message display.

This commit is contained in:
Florent Kermarrec 2022-08-29 19:31:41 +02:00
parent 8b8dba658c
commit 6f5412e9d0
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ __attribute__((__used__)) int main(int i, char **c)
#endif
#ifdef NO_TERM
printf("--============= \e[1mBuild without Console!\e[0m ================--\n");
printf("--======= \e[1mDone (No Console) \e[0m ==========--\n");
#else
/* Console */
printf("--============= \e[1mConsole\e[0m ================--\n");