Hello user process
This commit is contained in:
6
user/hello/hello.s
Normal file
6
user/hello/hello.s
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
.global _start
|
||||
_start:
|
||||
.spin:
|
||||
jmp .spin
|
||||
|
Reference in New Issue
Block a user