From b9754579df4eeff3d94aed514a37920d68d39940 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 29 Jan 2024 19:19:29 -0500 Subject: pic done --- src/kmain.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kmain.c') diff --git a/src/kmain.c b/src/kmain.c index 4bd2190..701c135 100644 --- a/src/kmain.c +++ b/src/kmain.c @@ -13,4 +13,8 @@ void kmain(struct boot_info *info) { itoa(*(long*)info, buf, 16); //fb_init(1024, 768); serial_out_str(buf); + while (1) { + // loop so we dont halt + // this allows interrupts to fire + } } -- cgit v1.2.3-freya