Give RS a page table.

This commit is contained in:
Cristiano Giuffrida
2010-06-28 21:53:37 +00:00
parent 869a223d43
commit 06700d05d1
16 changed files with 205 additions and 45 deletions

View File

@@ -32,6 +32,7 @@ SRCS+= \
_svrctl.c \
_sysuname.c \
_vm_dmacalls.c \
_vm_memctl.c \
_vm_set_priv.c \
_vm_update.c \
_vm_query_exit.c \

View File

@@ -73,6 +73,7 @@ SRCS+= \
munmap.S \
vm_getphys.S \
vm_getrefcount.S \
vm_memctl.S \
vm_remap.S \
vm_unmap.S \
vm_set_priv.S \