Subversion Repositories HelenOS-historic

Rev

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

Rev 113 Rev 326
Line 29... Line 29...
29
#include <arch/mm/frame.h>
29
#include <arch/mm/frame.h>
30
#include <mm/frame.h>
30
#include <mm/frame.h>
31
 
31
 
32
void frame_arch_init(void)
32
void frame_arch_init(void)
33
{
33
{
-
 
34
    /* Disable first megabyte (God knows why) */
-
 
35
    frame_region_not_free(0, 1024*1024);
34
}
36
}