Dir cleanup
This commit is contained in:
8
src/crt0.s
Normal file
8
src/crt0.s
Normal file
@@ -0,0 +1,8 @@
|
||||
.arch i8086,jumps
|
||||
.code16
|
||||
.intel_syntax noprefix
|
||||
|
||||
.section .init
|
||||
.global _start
|
||||
_start:
|
||||
jmp main
|
Reference in New Issue
Block a user