Subversion Repositories HelenOS-historic

Rev

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

Rev 120 Rev 125
Line 54... Line 54...
54
    __u32 i;
54
    __u32 i;
55
 
55
 
56
    if (config.cpu_active == 1) {
56
    if (config.cpu_active == 1) {
57
        dba = frame_alloc(FRAME_KA | FRAME_PANIC);
57
        dba = frame_alloc(FRAME_KA | FRAME_PANIC);
58
        memsetb(dba, PAGE_SIZE, 0);
58
        memsetb(dba, PAGE_SIZE, 0);
59
       
59
 
60
        bootstrap_dba = dba;
60
        bootstrap_dba = dba;
61
 
61
 
62
        /*
62
        /*
63
         * Identity mapping for all frames.
63
         * Identity mapping for all frames.
64
         * PA2KA(identity) mapping for all frames.
64
         * PA2KA(identity) mapping for all frames.