kernel: Prepare for v0.1-pre
This commit is contained in:
parent
6e77fbc323
commit
3bbc916ffd
6 changed files with 11 additions and 25 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue