kernel: Prepare for v0.1-pre

This commit is contained in:
RaphProductions 2025-05-11 18:37:15 +02:00
parent 6e77fbc323
commit 3bbc916ffd
6 changed files with 11 additions and 25 deletions

View file

@ -3,12 +3,7 @@ section .text
global _start
_start:
int 0x80
int 0x80
int 0x80
int 0x80
int 0x80
int 0x80
int 0x80
mov rax, 10
.hey:
add rax, 1
jmp .hey