Impelement a basic logger, WIP

This commit is contained in:
2026-01-10 19:49:05 +01:00
parent 48fbc2e5fa
commit 0f5f942d78
8 changed files with 171 additions and 66 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 pty \
-serial stdio \
-sd ../sd.img \
-kernel ../target/aarch64-unknown-none/release/kernel8.img