summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a0c0ebc..cfec00f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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