about summary refs log tree commit diff stats
path: root/baremetal
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-10 23:51:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-10 23:51:27 -0800
commit4d08e78ed4821037cd1c95b2a978f5c5b03f64fa (patch)
tree477d23c99f674fa67e298b630d8260bfc09b6551 /baremetal
parentedd20161c59003f44e26b21de7a1501995a51215 (diff)
downloadmu-4d08e78ed4821037cd1c95b2a978f5c5b03f64fa.tar.gz
7716
Diffstat (limited to 'baremetal')
-rw-r--r--baremetal/boot.bochsrc8
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
5493fe4b4c47c6ea7834421c67416358f28d3c1'>b5493fe4 ^
ef0ee843 ^
0b8a9d79 ^
a6791aee ^
23236d0c ^
08f21ae5 ^
4b826595 ^
757e1f55 ^
277ecc9e ^
9983328c ^
33cb688a ^
a1274aba ^
b42eb058 ^
b13518af ^
316ff5a9 ^
fc486c60 ^
b4934e42 ^
2c1d2db0 ^
291ca616 ^
50845f37 ^
039c03ef ^
af6658b3 ^
efe2d7a3 ^
f0df3fa5 ^
9487bd97 ^
3fe38754 ^

6a8d5d23 ^
aad61455 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
7b04e507 ^
87db0130 ^
dd4a4145 ^
d994d0d6 ^
db1721dd ^
aea5cf92 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
66c5bb93 ^
f40dc67a ^


db1721dd ^
f40dc67a ^
aad61455 ^
f40dc67a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82