add the last of the files and some basic stubs for most of the empty files from last commit

This commit is contained in:
2025-05-13 19:17:19 -07:00
parent 799f744f47
commit 512bd49ff7
26 changed files with 151 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ typedef struct {
extern page_directory_entry_t *page_directory;
extern page_table_entry_t *page_table;
extern page_table_entry_t *heap_page_table;
void paging_init(void);
void set_page_directory(page_directory_entry_t *dir);