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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d659ca8..1179c33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -*.out +*.bin *.o *.img *.map bx_enh_dbg.ini stage3/isr.asm +fs.tar -- cgit v1.2.3