From 69e477b12bf1e3a5ccfb4833bcaa34326a4a42d4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 12:56:58 -0700 Subject: load debug info into code disk --- bochsrc.2disks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bochsrc.2disks') diff --git a/bochsrc.2disks b/bochsrc.2disks index a9550a9d..0956bdda 100644 --- a/bochsrc.2disks +++ b/bochsrc.2disks @@ -9,8 +9,8 @@ display_library: sdl2 -ata0-master: type=disk, path="code.img", mode=flat, cylinders=20, heads=16, spt=63 # 10MB, 512 bytes per sector -ata0-slave: type=disk, path="data.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 +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: - -- cgit 1.4.1-2-gfad0 type='submit' value='switch'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/apps/mandelbrot.mu
blob: 218fd4fac330d0d1bd2869bfe043483c0999efc5 (plain) (tree)
1
2
3
4
5
6
7
8
9