summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmain.c')
-rw-r--r--src/kmain.c4
1 files changed, 4 insertions, 0 deletions
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
+ }
}