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