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 --- fs/init | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fs/init (limited to 'fs/init') diff --git a/fs/init b/fs/init new file mode 100644 index 0000000..61b0a77 --- /dev/null +++ b/fs/init @@ -0,0 +1,10 @@ +font fonts/Bm437_IBM_VGA_8x16.cuddlefont +echo hello world +cat uwu.txt +charset_demo +lspci +echo meow meow meow +img blahaj.cuddleimg +font fonts/ter-u16n.cuddlefont +echo This is the terminus font! +charset_demo -- cgit v1.2.3