repair a bug of inputting password of shell

This commit is contained in:
Wang_Weigen
2021-12-14 10:37:22 +08:00
parent f2ba792380
commit e366c8817c
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ void InitBoardHardware(void)
timer_initialize();
KPrintf("memory address range: [0x%08x - 0x%08x], size: %d\n", (x_ubase) MEMORY_START_ADDRESS, (x_ubase) MEMORY_END_ADDRESS, GAP8_SRAM_SIZE);
/* initialize memory system */
KPrintf("gap8 cluster id: [0x%x], _procid: [0x%x]\n", _clusterid(),_procid());
KPrintf("gap8 cluster id: [0x%x], _procid: [0x%x]\n", _clusterid(),_procid());
KPrintf("board init done.\n");
KPrintf("start kernel...\n");
return;