elf: start writing elf loader
This commit is contained in:
parent
175805604e
commit
a6f371b4ad
12 changed files with 4706 additions and 72 deletions
8
testing/test.asm
Normal file
8
testing/test.asm
Normal file
|
@ -0,0 +1,8 @@
|
|||
bits 64
|
||||
section .text
|
||||
global _start
|
||||
|
||||
_start:
|
||||
int 0x80
|
||||
lol:
|
||||
jmp lol
|
Loading…
Add table
Add a link
Reference in a new issue