Add: conway game (basic) but flickers?

This commit is contained in:
xamidev
2024-08-10 22:58:56 +02:00
parent c47e29f9ed
commit 51024e1d06
10 changed files with 179 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ void kmain(unsigned int multiboot_info_address)
clear();
colorputs(ascii_title, 10);
colorputs(" by @xamidev - star the repo for a cookie!\n\n", 14);
timer_install();
serial_printf(2, "%d\tinitialized timer handler", global_ticks);
keyboard_install();