Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 815
Line 31... Line 31...
31
#include <config.h>
31
#include <config.h>
32
#include <panic.h>
32
#include <panic.h>
33
 
33
 
34
void frame_arch_init(void)
34
void frame_arch_init(void)
35
{
35
{
36
    zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1));
36
    zone_create(0, config.memory_size >> FRAME_WIDTH, 1, 0);
37
}
37
}