diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-20 20:47:19 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-20 20:47:19 -0800 |
commit | c1ffd4c0a6b7ab0847a77e82259c2268ee45a57e (patch) | |
tree | 949581d68316fea0b0d9fd66b1de5eb46cf17af2 | |
parent | 3f6bb8a0cab3b1f9a9bad21c75fdba95227d0c2c (diff) | |
download | mu-c1ffd4c0a6b7ab0847a77e82259c2268ee45a57e.tar.gz |
7363
Kinda brutal way to lose the bochs warning. Should suffice for now. As we add more code we'll introduce more sectors.
-rw-r--r-- | apps/bos/bochsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bos/bochsrc b/apps/bos/bochsrc index e26de783..de225b4c 100644 --- a/apps/bos/bochsrc +++ b/apps/bos/bochsrc @@ -1,3 +1,3 @@ -ata0-master: type=disk, path="boot.bin", mode=flat, cylinders=20, heads=16, spt=63 +ata0-master: type=disk, path="boot.bin", mode=flat, cylinders=1, heads=1, spt=1 boot: disk log: - |