Add system for memory mapping a block of memory from the host.

This commit is contained in:
Toby Jaffey 2025-12-11 02:36:46 +00:00
parent 8802b4c268
commit b55c2bc88a
9 changed files with 253 additions and 1 deletions

View file

@ -3,4 +3,6 @@
#define UVM32_SYSCALL_YIELD 0x1000001
#define UVM32_SYSCALL_STACKPROTECT 0x1000002
#define UVM32_EXTRAM_BASE 0x10000000
#include "uvm32_common_custom.h"