Renaming/Moving stuff into a different file structure
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
void PageDirectory::enable(){
|
||||
|
||||
// https://wiki.osdev.org/Setting_Up_Paging
|
||||
//set each entry to not present
|
||||
int i;
|
||||
for(i = 0; i < 1024; i++)
|
||||
|
Reference in New Issue
Block a user