Working PIT irqs, fix GDT bugs

This commit is contained in:
2025-12-09 17:14:01 +01:00
parent 9c8946de51
commit 64b14f3878
16 changed files with 382 additions and 138 deletions

View File

@@ -8,7 +8,7 @@ boot ?= iso
qemu_extra ?=
qemu_opts := -M pc -cpu pentium \
qemu_opts := -M pc -cpu pentium -m 64M \
-serial mon:stdio \
$(QEMU_EXTRA)