Remove start.asm and start.s
This commit is contained in:
parent
122adaba95
commit
368ecd30a0
2 changed files with 0 additions and 19 deletions
|
@ -1,10 +0,0 @@
|
||||||
[bits 32]
|
|
||||||
[section .text]
|
|
||||||
|
|
||||||
[extern kernel_main]
|
|
||||||
start:
|
|
||||||
call kernel_main
|
|
||||||
halt:
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp halt
|
|
|
@ -1,9 +0,0 @@
|
||||||
.global _start
|
|
||||||
.type _start, @function
|
|
||||||
|
|
||||||
_start:
|
|
||||||
call kmain
|
|
||||||
halt:
|
|
||||||
cli
|
|
||||||
hlt
|
|
||||||
jmp halt
|
|
Loading…
Reference in a new issue