Subversion Repositories HelenOS-historic

Rev

Rev 1 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 23
Line 29... Line 29...
29
#include <mm/page.h>
29
#include <mm/page.h>
30
#include <arch/mm/page.h>
30
#include <arch/mm/page.h>
31
 
31
 
32
void page_init(void)
32
void page_init(void)
33
{  
33
{  
34
    map_page_to_frame(0x0, 0x0, PAGE_NOT_PRESENT, 0);
-
 
35
    page_arch_init();
34
    page_arch_init();
-
 
35
    map_page_to_frame(0x0, 0x0, PAGE_NOT_PRESENT, 0);
36
}
36
}