From 7ee9347560768641096df68c545ac085a20233e4 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 17 Aug 2025 14:16:55 -0400 Subject: working usermode pager. fix usermode interrupts --- include/syscall.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/syscall.h') 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 -- cgit v1.2.1