summaryrefslogtreecommitdiff
path: root/user/lib/syscall.S
diff options
context:
space:
mode:
authorIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-06 15:15:06 -0400
committerIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-06 15:15:06 -0400
commit187775b44b26d31a5aee2f716202f3d27b969040 (patch)
treeb4935b29aca686c6ee17a583cffe149d7bb3c819 /user/lib/syscall.S
parentstart docs (diff)
downloadcomus-187775b44b26d31a5aee2f716202f3d27b969040.tar.gz
comus-187775b44b26d31a5aee2f716202f3d27b969040.tar.bz2
comus-187775b44b26d31a5aee2f716202f3d27b969040.zip
add unfinished forkman game and syscalls
Diffstat (limited to 'user/lib/syscall.S')
-rw-r--r--user/lib/syscall.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/lib/syscall.S b/user/lib/syscall.S
index 9f7025e..c45f641 100644
--- a/user/lib/syscall.S
+++ b/user/lib/syscall.S
@@ -30,3 +30,6 @@ SYSCALL poweroff SYS_poweroff
SYSCALL drm SYS_drm
SYSCALL ticks SYS_ticks
SYSCALL seek SYS_seek
+SYSCALL allocshared SYS_allocshared
+SYSCALL popsharedmem SYS_popsharedmem
+SYSCALL keypoll SYS_keypoll