Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 120 → Rev 125

/SPARTAN/trunk/arch/ia32/src/mm/frame.c
39,7 → 39,7
if (config.cpu_active == 1) {
frame_not_free(0x0);
 
frame_region_not_free(0xa0000,0xff000);
frame_region_not_free(0xfec00000,0xffffffff);
frame_region_not_free(0xa0000,0xff000);
frame_region_not_free(0xfec00000,0xffffffff);
}
}
/SPARTAN/trunk/arch/ia32/src/mm/page.c
56,7 → 56,7
if (config.cpu_active == 1) {
dba = frame_alloc(FRAME_KA | FRAME_PANIC);
memsetb(dba, PAGE_SIZE, 0);
 
bootstrap_dba = dba;
 
/*