kernel - v0.7 beta

+ acpi: add acpi support
+ lapic: add lapic support
+ ioapic: add ioapic support
+ arch/x86_64: add support for "syscall"/"sysret"
This commit is contained in:
RaphProductions 2025-05-15 18:49:09 +02:00
parent 4d52bac946
commit a8e919b033
53 changed files with 772 additions and 331 deletions

View file

@ -3,7 +3,6 @@ section .text
global _start
_start:
mov rax, 10
.hey:
add rax, 1
jmp .hey
syscall
.loop:
jmp .loop