From 82585d70771bbac69f95127b003446486623c07a Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 27 Jul 2025 16:53:54 +0200 Subject: Tweaks to the interrupt handler mechanism --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.c') 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 -- cgit v1.2.3