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