add basic paging functionality

This commit is contained in:
2025-03-23 13:39:29 +03:00
parent 1ce599cee1
commit 2f2c824c98
5 changed files with 108 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef PAGING_H
#define PAGING_H
void paging_init();
#endif