Change debug shell from > to kdbg>

This commit is contained in:
Ali Mashtizadeh 2022-12-10 01:08:36 -05:00
parent f5eaced208
commit a7c7a06a5b

View File

@ -260,7 +260,7 @@ Debug_Prompt()
ASSERT(sizeof(DebugCommand) == 128);
while (1) {
kprintf("> ");
kprintf("kdbg> ");
// read input
Console_Gets((char *)&buf, DEBUG_MAX_LINE);