diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-07-27 16:53:54 +0200 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-07-27 16:53:54 +0200 |
commit | 82585d70771bbac69f95127b003446486623c07a (patch) | |
tree | b6162eaee76f5683e5f81753adc13f28bec8d904 /src/main.c | |
parent | efb1cf0895d6c5019f5a88fa14b59afd030fefca (diff) |
Tweaks to the interrupt handler mechanism
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 |