aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/include/mm/vmm.h
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-06-28 19:18:15 -0400
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-06-28 19:18:15 -0400
commit82bcab74e6e0c581dcf4ac4d7997aec5c5e14aae (patch)
tree36312608202be75c77dafad2e88324f8241f267c /kernel/include/mm/vmm.h
parentcda5a0192f1435cd875fbfc783ddaf538f1c0e5e (diff)
Finished pmm (bitmap)
Diffstat (limited to 'kernel/include/mm/vmm.h')
-rw-r--r--kernel/include/mm/vmm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/include/mm/vmm.h b/kernel/include/mm/vmm.h
new file mode 100644
index 0000000..2cf06d7
--- /dev/null
+++ b/kernel/include/mm/vmm.h
@@ -0,0 +1,8 @@
+#ifndef VMM_H
+#define VMM_H
+
+#include <stdint.h>
+
+
+
+#endif \ No newline at end of file