Move to ring 3

This commit is contained in:
2024-08-06 12:10:03 +02:00
parent c5ab6aaef1
commit cf7a7303e3
11 changed files with 456 additions and 175 deletions

3
interrupts.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
__attribute__((interrupt)) void interrupt_handler_1(struct interrupt_frame* frame);