Add serial driver

This commit is contained in:
2025-11-20 16:26:59 +01:00
parent bc674eb4eb
commit bf2841b014
4 changed files with 69 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
./scripts/build.sh
qemu-system-i386 -kernel "build/out/kernel"
qemu-system-i386 -serial stdio -kernel "build/out/kernel"