Skip to content

Commit

Permalink
Adjust prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 14, 2024
1 parent bfd14a8 commit e34f004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ static void print_platform_info(void)
char *cls_str = "\x1b[H\x1b[2J";
console_write("\x1b[H\x1b[2J", strlen(cls_str));
#endif
printk("Tenok RTOS (built time: %s %s)", __TIME__, __DATE__);
printk("Tenok (built time: %s %s)", __TIME__, __DATE__);
printk("Machine model: %s", __BOARD_NAME__);
}

Expand Down

0 comments on commit e34f004

Please sign in to comment.