signal handler hacking -- added Unix signals to VM's interrupt set.
This commit is contained in:
parent
dd40a220df
commit
3595da3986
18
rts/arch.scm
18
rts/arch.scm
|
@ -194,6 +194,24 @@
|
|||
(alarm ; order matters - higher priority first
|
||||
keyboard
|
||||
memory-shortage
|
||||
chld ; From here down are the scsh/Unix interrupts.
|
||||
cont
|
||||
hup
|
||||
quit
|
||||
term
|
||||
tstp
|
||||
usr1
|
||||
usr2
|
||||
info
|
||||
io
|
||||
poll
|
||||
prof
|
||||
pwr
|
||||
urg
|
||||
vtalrm
|
||||
winch
|
||||
xcpu
|
||||
xfsz
|
||||
))
|
||||
|
||||
; Options for op/time
|
||||
|
|
Loading…
Reference in New Issue