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