Subversion Repositories HelenOS-historic

Rev

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

Rev 756 Rev 793
Line 45... Line 45...
45
void page_arch_init(void)
45
void page_arch_init(void)
46
{
46
{
47
    __address cur;
47
    __address cur;
48
 
48
 
49
    if (config.cpu_active == 1) {
49
    if (config.cpu_active == 1) {
50
        page_operations = &page_pt_operations;
50
        page_mapping_operations = &pt_mapping_operations;
51
   
51
   
52
        /*
52
        /*
53
         * PA2KA(identity) mapping for all frames until last_frame.
53
         * PA2KA(identity) mapping for all frames until last_frame.
54
         */
54
         */
55
        for (cur = 0; cur < last_frame; cur += FRAME_SIZE)
55
        for (cur = 0; cur < last_frame; cur += FRAME_SIZE)