index
:
emulatedseasons/os.git
limineswitch
master
os project thing
emulatedseasons
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
arch
/
x86_64
/
crtn.asm
blob: 322b3a2a6b1a4ef1891134707085dfa985ee41a0 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
; x86 crtn.asm
section
.init
pop
rbp
ret
section
.fini
pop
rbp
ret