diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-17 14:16:55 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-17 14:16:55 -0400 |
commit | 7ee9347560768641096df68c545ac085a20233e4 (patch) | |
tree | 5b567f2e98cd9e6aeee33eeecd7fbf6f2fafdeab /include/syscall.h | |
parent | f466364b8a3858e7b3f19258d142851cb4a7e6d6 (diff) | |
download | jove-kernel-7ee9347560768641096df68c545ac085a20233e4.tar.gz jove-kernel-7ee9347560768641096df68c545ac085a20233e4.tar.bz2 jove-kernel-7ee9347560768641096df68c545ac085a20233e4.zip |
working usermode pager. fix usermode interrupts
Diffstat (limited to 'include/syscall.h')
-rw-r--r-- | include/syscall.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/syscall.h b/include/syscall.h index 9025f57..7410acc 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -24,7 +24,9 @@ enum /*[target path][u8 funcid][u8 memb][u16 ret]*/ INVOKE_OBJDIR_GETMEMB, /*[target path][u8 funcid][u8 ret]*/ - INVOKE_OBJDIR_LASTMEMB + INVOKE_OBJDIR_LASTMEMB, + /*[target path][u8 funcid][u8 memb][dest path]*/ + INVOKE_OBJDIR_MOVE }; /**@ENUM untyped invokes*/ enum |