Introduce Logger trait

This commit is contained in:
2026-01-09 16:04:42 +01:00
parent 384c548557
commit 48fbc2e5fa
10 changed files with 402 additions and 87 deletions

View File

@@ -6,6 +6,6 @@ llvm-objcopy -O binary ../target/aarch64-unknown-none/release/nova ../target/aar
qemu-system-aarch64 \
-M raspi3b \
-cpu cortex-a53 \
-serial stdio \
-serial pty \
-sd ../sd.img \
-kernel ../target/aarch64-unknown-none/release/kernel8.img