From 6d263c7d4e0f4b1d34694b5d3d159ccb20b3db02 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Tue, 19 Dec 2023 01:54:39 +0100 Subject: keyboard driver and threads * PS/2 keyboard driver * interactive shell * move away from \0 terminated strings to sized slices * coroutine threads and IRQ queues --- fs/init | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'fs/init') diff --git a/fs/init b/fs/init index 61b0a77..6ff2326 100644 --- a/fs/init +++ b/fs/init @@ -1,10 +1,3 @@ font fonts/Bm437_IBM_VGA_8x16.cuddlefont +loadkeys keymap/de 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