From 2298d17186cb0e58a96d285384de431902da9b1e Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 15 Dec 2023 16:10:22 +0100 Subject: big chungus * fix a heap corruption bug * add qemu support * add an ATA driver * add an USTAR read-only file system * boot from disk instead of floppy * font rendering * image rendering * PCI enumeration * init script --- bochsrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bochsrc') diff --git a/bochsrc b/bochsrc index fcda911..a6c40a3 100644 --- a/bochsrc +++ b/bochsrc @@ -1,5 +1,6 @@ -floppya: 1_44=cuddles.img, status=inserted -boot: a +#floppya: 1_44=cuddles.img, status=inserted +ata0-master: type=disk, path="cuddles.img", mode=flat +boot: c #display_library: x, options="gui_debug" megs: 32 #debug: PIC=report -- cgit v1.2.3