diff options
Diffstat (limited to 'apps/boot.bochsrc')
-rw-r--r-- | apps/boot.bochsrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/boot.bochsrc b/apps/boot.bochsrc index 6643905c..521e22d9 100644 --- a/apps/boot.bochsrc +++ b/apps/boot.bochsrc @@ -1,8 +1,6 @@ # Configuration for the Bochs x86 CPU emulator to run the output of apps/boot.hex # See apps/boot.hex for more details. -# You'll probably want to adjust the disk geometry below when you update -# boot.hex and alter the size of boot.bin. -ata0-master: type=disk, path="boot.bin", mode=flat, cylinders=1, heads=1, spt=1 +ata0-master: type=disk, path="disk.img", mode=flat, cylinders=20, heads=16, spt=63 # 10MB, 512 bytes per sector boot: disk log: - |