summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2025-07-27 16:53:54 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2025-07-27 16:53:54 +0200
commit82585d70771bbac69f95127b003446486623c07a (patch)
treeb6162eaee76f5683e5f81753adc13f28bec8d904 /src/main.c
parentefb1cf0895d6c5019f5a88fa14b59afd030fefca (diff)
Tweaks to the interrupt handler mechanism
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