update: userprog (tee, tsh, sleep, hex2bin)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.global _start
|
||||
_start:
|
||||
xor %ebx, %ebx
|
||||
mov $1, %eax
|
||||
int $0x80
|
||||
Reference in New Issue
Block a user