Added stubs for the kernel memory manager
This commit is contained in:
7
vm/vm_map.c
Normal file
7
vm/vm_map.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <socks/vm.h>
|
||||
#include <stddef.h>
|
||||
|
||||
vm_map_t *vm_map_create(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user