From a350fb4c687a3f65c26d7546b358292285faef91 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 20 Dec 2020 23:37:04 -0800 Subject: 7368 - ooh, int 13h works with a floppy Lots of great tips here: https://stackoverflow.com/questions/43786251/int-13h-42h-doesnt-load-anything-in-bochs/43787939#43787939 --- apps/boot.bochsrc.floppy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/boot.bochsrc.floppy diff --git a/apps/boot.bochsrc.floppy b/apps/boot.bochsrc.floppy new file mode 100644 index 00000000..07e40607 --- /dev/null +++ b/apps/boot.bochsrc.floppy @@ -0,0 +1,6 @@ +# Configuration for the Bochs x86 CPU emulator to run the output of apps/boot.hex +# See apps/boot.hex for more details. + +floppya: 1_44=boot.bin, status=inserted +boot: floppy +log: - -- cgit 1.4.1-2-gfad0 c7a3a2742c6c20dfd87010fb'>this commit 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/003trace.test.cc
blob: bec1b789bd70b7bb521306c4f04ca57ae941f800 (plain) (tree)
1
2
3
4
5
6
7
8
9
10