Bochs emulator setup

This commit is contained in:
Maciej Krzyżanowski 2023-10-16 17:08:54 +02:00
parent 17364e2e24
commit f5ce641cbf
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ kernel.o
isodir/
mkos.bin
mkos.iso
bx_enh_dbg.ini

4
bochsrc Normal file
View File

@ -0,0 +1,4 @@
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=cdrom, path="mkos.iso", status=inserted
boot: cdrom
display_library: x, options="gui_debug"