Subversion Repositories HelenOS-historic

Rev

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

Rev 158 Rev 195
Line 30... Line 30...
30
#include <mm/frame.h>
30
#include <mm/frame.h>
31
#include <arch/mm/page.h>
31
#include <arch/mm/page.h>
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
#include <arch/asm.h>
34
#include <arch/asm.h>
-
 
35
#include <memstr.h>
-
 
36
 
35
 
37
 
36
void page_init(void)
38
void page_init(void)
37
{  
39
{  
38
    page_arch_init();
40
    page_arch_init();
39
    map_page_to_frame(0x0, 0x0, PAGE_NOT_PRESENT, 0);
41
    map_page_to_frame(0x0, 0x0, PAGE_NOT_PRESENT, 0);