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 --- stage3.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage3.ld') diff --git a/stage3.ld b/stage3.ld index 002874a..45a1486 100644 --- a/stage3.ld +++ b/stage3.ld @@ -1,4 +1,4 @@ -OUTPUT(stage3.out) +OUTPUT(stage3.bin) OUTPUT_FORMAT(binary) SECTIONS -- cgit v1.2.3