Change debug shell from > to kdbg>
This commit is contained in:
parent
f5eaced208
commit
a7c7a06a5b
@ -260,7 +260,7 @@ Debug_Prompt()
|
||||
ASSERT(sizeof(DebugCommand) == 128);
|
||||
|
||||
while (1) {
|
||||
kprintf("> ");
|
||||
kprintf("kdbg> ");
|
||||
|
||||
// read input
|
||||
Console_Gets((char *)&buf, DEBUG_MAX_LINE);
|
||||
|
Loading…
Reference in New Issue
Block a user