diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-02-10 23:51:27 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-02-10 23:51:27 -0800 |
commit | 4d08e78ed4821037cd1c95b2a978f5c5b03f64fa (patch) | |
tree | 477d23c99f674fa67e298b630d8260bfc09b6551 /baremetal/boot.bochsrc | |
parent | edd20161c59003f44e26b21de7a1501995a51215 (diff) | |
download | mu-4d08e78ed4821037cd1c95b2a978f5c5b03f64fa.tar.gz |
7716
Diffstat (limited to 'baremetal/boot.bochsrc')
-rw-r--r-- | baremetal/boot.bochsrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/baremetal/boot.bochsrc b/baremetal/boot.bochsrc index 7745d972..9a02d67c 100644 --- a/baremetal/boot.bochsrc +++ b/baremetal/boot.bochsrc @@ -1,5 +1,13 @@ # Configuration for the Bochs x86 CPU emulator to run baremetal Mu programs # See baremetal/boot.hex 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="disk.img", mode=flat, cylinders=20, heads=16, spt=63 # 10MB, 512 bytes per sector boot: disk |