From 96c6df84567509b256dc1b22b6becfe66c6c5fa4 Mon Sep 17 00:00:00 2001 From: Rhett Date: Sat, 31 Aug 2013 18:17:51 -0700 Subject: [PATCH] Set the disk geometry so that bochs won't die (it still issues a warning, though) --- .bochsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bochsrc b/.bochsrc index 5728f36..074e5d5 100644 --- a/.bochsrc +++ b/.bochsrc @@ -269,7 +269,7 @@ ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 # ata3-master: type=disk, mode=flat, path=483M.sample, cylinders=1024, heads=15, spt=63 # ata3-slave: type=cdrom, path=iso.sample, status=inserted #======================================================================= -ata0-master: type=disk, mode=flat, path="./boot.img", cylinders=100, heads=10, spt=10 +ata0-master: type=disk, mode=flat, path="./boot.img", cylinders=615, heads=4, spt=17 #======================================================================= # BOOT: -- 2.34.1