update: userprog (tee, tsh, sleep, hex2bin)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.global _start
|
||||
_start:
|
||||
mov $60, %rax # sys_exit (64-bit)
|
||||
mov $0, %rdi # status 0
|
||||
syscall
|
||||
Reference in New Issue
Block a user