Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3231 → Rev 3232

/trunk/kernel/arch/mips32/src/mm/frame.c
133,7 → 133,7
/* Interrupt vector frame is blacklisted */
pfn_t conf_frame;
if (start_frame == 0)
if (first == 0)
conf_frame = 1;
else
conf_frame = first;
151,7 → 151,7
 
/** Create memory zones
*
* Walk through available 1 MB chunks of physical
* Walk through available 256 KB chunks of physical
* memory and create zones.
*
* Note: It is assumed that the TLB is not yet being