Fix: lab3 on-board problems

This commit is contained in:
2025-04-01 23:38:06 +08:00
parent 2d572cea4d
commit 93bbddf364
7 changed files with 62 additions and 21 deletions

View File

@@ -62,8 +62,8 @@ void main(void *dtb)
file_node_t *initrd_root = 0x0;
init(dtb, &initrd_root);
LOG("system booting in");
_print_time(0x0);
// LOG("system booting in");
// _print_time(0x0);
uint64_t el;
R_SYSREG(el, CurrentEL);