Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8b5ec7a9a45e19ceb7633371fa19f1fa6e7252cd
/
.
/
src
/
libsys
/
sys.s
blob: aa2212e17aabada0e226211967d00e75830c307c [
file
] [
log
] [
blame
]
;;;;
Bluejay system call client library implementation.
;;
System call numbers
%include
"sys.inc"
[
bits
32
]
[
global sys_giveup
]
sys_giveup
:
mov eax
,
SYS_GIVEUP
int SYS_INT
ret
;
Will
return
here after the task is re
-
scheduled