about summary refs log tree commit diff stats
path: root/bochsrc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 12:56:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 12:56:58 -0700
commit69e477b12bf1e3a5ccfb4833bcaa34326a4a42d4 (patch)
tree5aa240e73afc15cf4705e7e09fc80468f74a959d /bochsrc
parentff8ec9bcff7577ba923fe7868ea62ecceed55ee7 (diff)
downloadmu-69e477b12bf1e3a5ccfb4833bcaa34326a4a42d4.tar.gz
load debug info into code disk
Diffstat (limited to 'bochsrc')
-rw-r--r--bochsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bochsrc b/bochsrc
index 7a74312e..e31b1718 100644
--- a/bochsrc
+++ b/bochsrc
@@ -9,7 +9,7 @@
 
 display_library: sdl2
 
-ata0-master: type=disk, path="code.img", mode=flat, cylinders=20, heads=16, spt=63  # 10MB, 512 bytes per sector
+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: -
'>136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220