diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-22 22:33:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-22 22:33:45 -0700 |
commit | 4d3c9f6b1ab2e2879c6eed37eda651c522780e6a (patch) | |
tree | 76298613d4b9eafbb40e0d248340548eaed0c03b | |
parent | 5aea0c11b762a860b59e664dbd4bc3b9185934e0 (diff) | |
download | mu-4d3c9f6b1ab2e2879c6eed37eda651c522780e6a.tar.gz |
.
-rw-r--r-- | bochsrc | 15 | ||||
-rw-r--r-- | bochsrc.2disks | 16 |
2 files changed, 0 insertions, 31 deletions
diff --git a/bochsrc b/bochsrc deleted file mode 100644 index e31b1718..00000000 --- a/bochsrc +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration for the Bochs x86 CPU emulator to run baremetal Mu programs -# See boot.subx for more details. -# -# Installing Bochs: -# On Mac OS: -# brew install bochs -# On Ubuntu Linux 20.04: -# sudo apt install bochs bochs-sdl bochsbios vgabios - -display_library: sdl2 - -ata0-master: type=disk, path="code.img", mode=flat, cylinders=20, heads=16, spt=63 # 512 bytes per sector = almost 10MB -boot: disk -mouse: enabled=1, toggle=ctrl+f10 -log: - diff --git a/bochsrc.2disks b/bochsrc.2disks deleted file mode 100644 index 0956bdda..00000000 --- a/bochsrc.2disks +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for the Bochs x86 CPU emulator to run baremetal Mu programs -# See boot.subx for more details. -# -# Installing Bochs: -# On Mac OS: -# brew install bochs -# On Ubuntu Linux 20.04: -# sudo apt install bochs bochs-sdl bochsbios vgabios - -display_library: sdl2 - -ata0-master: type=disk, path="code.img", mode=flat, cylinders=20, heads=16, spt=63 # 512 bytes per sector = almost 10MB -ata0-slave: type=disk, path="data.img", mode=flat, cylinders=20, heads=16, spt=63 # 512 bytes per sector = almost 10MB -boot: disk -mouse: enabled=1, toggle=ctrl+f10 -log: - |