Signals kinda work!

This commit is contained in:
Mark
2019-12-29 16:29:16 +02:00
parent ccc13ef0d5
commit 2cbd3e65c4
15 changed files with 320 additions and 4 deletions
+3
View File
@@ -8,6 +8,9 @@
#define SYSCALL_NR_READDIR 89
#define SYSCALL_NR_BRK 12
#define SYSCALL_NRX_SIGNAL 48
#define SYSCALL_NR_FORK 57
#define SYSCALL_NR_EXECVE 59
#define SYSCALL_NR_EXIT 60
#define SYSCALL_NR_KILL 62
#define SYSCALL_NRX_SIGRET 119