Improved build system
Added new entries to .gitignore Moved away from source directory as central spot for all source code
This commit is contained in:
7
kernel/crtn.s
Normal file
7
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