summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmain.c')
-rw-r--r--src/kmain.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kmain.c b/src/kmain.c
index e69de29..6d45087 100644
--- a/src/kmain.c
+++ b/src/kmain.c
@@ -0,0 +1,5 @@
+void kmain(void *boot_info) {
+ while(1) {
+ asm("cli; hlt");
+ }
+}