fixing pf, again

This commit is contained in:
RaphProductions 2025-05-09 16:01:25 +02:00
parent 4309b666a4
commit f27e0a240c
11 changed files with 35 additions and 12 deletions

View file

@ -4,7 +4,11 @@ section .text
_start:
int 0x80
; tell the kernel to exit the process.
mov rax, 10
int 0x80
ret
int 0x80
int 0x80
int 0x80
int 0x80
int 0x80
.hey:
jmp .hey