From 8a5e4cf53d981e793fca90d9b51bd395265cf4db Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 26 Jan 2023 15:53:16 +0200 Subject: add req_page syscall --- include/apos/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/syscalls.h') diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index 611765d..40e6504 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -38,6 +38,9 @@ enum { /** Request memory from anywhere. */ SYS_REQ_MEM, + /** Request physical page from ram. */ + SYS_REQ_PAGE, + /** Request memory with physical address. */ SYS_REQ_PMEM, -- cgit v1.3