Started building the kernel memory manager in userspace

This commit is contained in:
2022-12-29 19:22:16 +00:00
parent 7f51b0755b
commit 2b59afcaf3
3 changed files with 82 additions and 0 deletions

2
sandbox/vm/Makefile Normal file
View File

@@ -0,0 +1,2 @@
include ../sandbox-config.mk
include ../sandbox-template.mk