diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-20 20:13:15 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-20 20:13:15 -0800 |
commit | d5a9a924525b130ff39ca483ac9a462397e6bddf (patch) | |
tree | 170b62b4c65bce30d7b2e882fe6109b5f7150a70 | |
parent | 72e34ecb63d0d26ed0568702344e44b6034227bd (diff) | |
download | mu-d5a9a924525b130ff39ca483ac9a462397e6bddf.tar.gz |
7361
Switch bochs from floppy to hard disk. Bochs throws a new warning, but otherwise 32bit.hex continues to work.
-rw-r--r-- | apps/bos/bochsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bos/bochsrc b/apps/bos/bochsrc index 10e4d596..e26de783 100644 --- a/apps/bos/bochsrc +++ b/apps/bos/bochsrc @@ -1,3 +1,3 @@ -floppya: 1_44=boot.bin, status=inserted -boot: floppy +ata0-master: type=disk, path="boot.bin", mode=flat, cylinders=20, heads=16, spt=63 +boot: disk log: - |