aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/syscall.c
diff options
context:
space:
mode:
authorMarvin Borner2019-12-11 21:22:15 +0100
committerMarvin Borner2019-12-11 21:22:15 +0100
commite7d88df7a5a7e11677b68303a0d05455bf9a60d6 (patch)
treec727ea585e21bc68de6add2720e47af7c2506def /src/userspace/syscall.c
parent68915f46e66ed65ce2d32009fdfa2f5dca116842 (diff)
Some user-side graphics
Diffstat (limited to 'src/userspace/syscall.c')
-rw-r--r--src/userspace/syscall.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/userspace/syscall.c b/src/userspace/syscall.c
index a6bdc80..b398728 100644
--- a/src/userspace/syscall.c
+++ b/src/userspace/syscall.c
@@ -13,6 +13,8 @@ DEFN_SYSCALL1(writec, 3, char *);
DEFN_SYSCALL1(readc, 4, char *);
-DEFN_SYSCALL1(paging_alloc, 5, uint32_t);
+DEFN_SYSCALL0(get_pointers, 5);
-DEFN_SYSCALL2(paging_free, 6, uint32_t, uint32_t); \ No newline at end of file
+DEFN_SYSCALL1(paging_alloc, 6, uint32_t);
+
+DEFN_SYSCALL2(paging_free, 7, uint32_t, uint32_t); \ No newline at end of file