mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 13:35:02 +00:00
Runtime stuff
This commit is contained in:
7
Architecture/amd64/runtime/crtn.S
Normal file
7
Architecture/amd64/runtime/crtn.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.section .init
|
||||
popq %rbp
|
||||
ret
|
||||
|
||||
.section .fini
|
||||
popq %rbp
|
||||
ret
|
Reference in New Issue
Block a user