fixing pf, again
This commit is contained in:
parent
4309b666a4
commit
f27e0a240c
11 changed files with 35 additions and 12 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue