remove testing lines
This commit is contained in:
parent
89f20f8a35
commit
958c37f7b0
@ -1,10 +1,6 @@
|
|||||||
|
|
||||||
include "arch.asm"
|
include "arch.asm"
|
||||||
|
|
||||||
|
|
||||||
global start
|
|
||||||
extern other
|
|
||||||
|
|
||||||
start:
|
start:
|
||||||
; rsp points *at* the top element
|
; rsp points *at* the top element
|
||||||
mov rbp, 2048
|
mov rbp, 2048
|
||||||
@ -19,9 +15,6 @@ start:
|
|||||||
mov r1, 1
|
mov r1, 1
|
||||||
int Int_DiskRead
|
int Int_DiskRead
|
||||||
|
|
||||||
jmp other
|
|
||||||
jmp other
|
|
||||||
|
|
||||||
main_loop:
|
main_loop:
|
||||||
hlt
|
hlt
|
||||||
jmp main_loop
|
jmp main_loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user