interrupts!!!! :D

This commit is contained in:
2026-01-29 08:36:04 +11:00
parent 7d869a3cb4
commit 34c9670ad3
17 changed files with 85 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include "../BasicRenderer.h"
struct interrupt_frame;
__attribute__((interrupt)) void PageFault_Handler(struct interrupt_frame* frame);