Renaming/Moving stuff into a different file structure
This commit is contained in:
7
src/kernel/crtn.s
Normal file
7
src/kernel/crtn.s
Normal file
@ -0,0 +1,7 @@
|
||||
.section .init
|
||||
popl %ebp
|
||||
ret
|
||||
|
||||
.section .fini
|
||||
popl %ebp
|
||||
ret
|
Reference in New Issue
Block a user