From d12094ee4d31e61dc27c0beaa1d4dfbea2aae02c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 20 Dec 2020 21:46:12 -0800 Subject: 7367 - start of boot sector for Mu computer Not working yet. Reading sectors from disk returns an error (sets carry flag). --- apps/boot.bochsrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/boot.bochsrc (limited to 'apps/boot.bochsrc') diff --git a/apps/boot.bochsrc b/apps/boot.bochsrc new file mode 100644 index 00000000..6643905c --- /dev/null +++ b/apps/boot.bochsrc @@ -0,0 +1,8 @@ +# 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 +boot: disk +log: - -- cgit 1.4.1-2-gfad0