summaryrefslogtreecommitdiff
path: root/kernel/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/main.c')
-rw-r--r--kernel/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/src/main.c b/kernel/src/main.c
index 31f8117..a14d5ad 100644
--- a/kernel/src/main.c
+++ b/kernel/src/main.c
@@ -46,6 +46,7 @@ int kernel_main(mb2_tag_header* multiboot_bootinfo, uint32_t multiboot_magic)
//print_inode(path_to_inode("/"));
init_tss();
+ list_sys_tables();
parse_madt();
jump_userspace();