mu/bochsrc.2disks

17 lines
573 B
Plaintext
Raw Normal View History

2021-03-24 04:53:41 +00:00
# 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
2021-05-14 19:56:58 +00:00
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
2021-03-24 04:53:41 +00:00
boot: disk
mouse: enabled=1, toggle=ctrl+f10
log: -