diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -12,10 +12,6 @@ main(struct boot_info *info) welcome(); print(u8"CPU count: %u64\n", cpu_count()); print_memmap(info); - - /* Uncomment lines below to trigger a page fault (to see if the interrupts are setup correctly) */ -// uint64_t *silly = (uint64_t *)0x1234; -// print(u8"Fun: %u64\n", *silly); } static void |