Rework PCI ata and serial drivers, program according to the progif byte

This commit is contained in:
2025-11-29 02:15:44 +01:00
parent 3183117718
commit 118f5cb81a
9 changed files with 323 additions and 226 deletions

View File

@@ -6,6 +6,6 @@ qemu-system-x86_64 \
-machine pc \
-m 4G \
-boot d \
-hda disk.hdd \
-drive file=disk.hdd,format=raw,if=ide \
-device pci-serial,chardev=char0 -chardev stdio,id=char0 \
$@