Added serial driver

This commit is contained in:
2025-02-17 17:45:56 -08:00
parent bfd057c541
commit 99c5102361
7 changed files with 133 additions and 4 deletions

View File

@ -33,6 +33,7 @@ qemu: $(BUILD)/disk.img
-smp 1 -m 2048 \
-machine q35 \
-net none \
-serial stdio \
-fda "$<"
# -gdb tcp::26000 \
# -S