Added support for setting up a serial port. This first serial driver appears to only work correctly in QEMU.

This commit is contained in:
2020-05-24 03:24:25 -05:00
parent cf88cb98fb
commit b409b3e9d2
11 changed files with 113 additions and 27 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ kernel.iso: kernel.o
grub-mkrescue --output=kernel.iso iso
qemu: kernel.iso
qemu-system-x86_64 -m 256M -cdrom kernel.iso &
qemu-system-x86_64 -serial stdio -m 256M -cdrom kernel.iso
.PHONY: clean
clean: