soaplin/testing/test.asm
RaphProductions a8e919b033 kernel - v0.7 beta
+ acpi: add acpi support
+ lapic: add lapic support
+ ioapic: add ioapic support
+ arch/x86_64: add support for "syscall"/"sysret"
2025-05-15 18:49:09 +02:00

8 lines
No EOL
81 B
NASM

bits 64
section .text
global _start
_start:
syscall
.loop:
jmp .loop