diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-21 00:04:38 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-21 00:04:38 -0800 |
commit | 946dfe7ffb4bbf1e0f3f85b3560c9f9395b708e0 (patch) | |
tree | 25d477f430e7e0c4313ffbad1a1cec13b9d10e5e /apps/boot.bochsrc | |
parent | 6ac16fd1ae275fb4042ab4aa85df3ccc86f3e615 (diff) | |
download | mu-946dfe7ffb4bbf1e0f3f85b3560c9f9395b708e0.tar.gz |
7370
Use a more realistically sized disk image. Now we can read the second sector.
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: - |