forked from Rativel/BurritOS
Started to implement syscall.rs
This commit is contained in:
@@ -65,7 +65,7 @@ __start:
|
||||
|
||||
.globl Halt
|
||||
.type __Halt, @function
|
||||
Halt:
|
||||
Shutdown:
|
||||
addi a7,zero,SC_HALT
|
||||
ecall
|
||||
jr ra
|
||||
|
||||
Reference in New Issue
Block a user