Add mmap module in vm defining mmap_entry structure and some helper functions

This commit is contained in:
sBubshait
2024-12-04 13:00:16 +00:00
parent 8047c65227
commit acc768e177
3 changed files with 20 additions and 0 deletions

1
src/vm/mmap.c Normal file
View File

@@ -0,0 +1 @@
#include "mmap.h"