mirror of https://github.com/E-Almqvist/eOS
parent
149f9945a9
commit
9d2aaf95c6
@ -1,6 +1,8 @@ |
|||||||
#include "paging.h" |
#include "paging.h" |
||||||
|
|
||||||
struct page_entry { |
struct page_entry { |
||||||
int index; |
unsigned int index; |
||||||
int start_addr; |
unsigned int start_addr; |
||||||
} page_table[PAGE_TABLE_SIZE]; |
};
|
||||||
|
|
||||||
|
page_entry page_table[PAGE_TABLE_SIZE]; |
||||||
|
Loading…
Reference in new issue