Added stubs for the kernel memory manager
This commit is contained in:
6
vm/vm_page.c
Normal file
6
vm/vm_page.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <socks/vm.h>
|
||||
|
||||
void vm_page_init(vm_page_t *page)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user