Index: kernel/arch/mips32/src/mm/frame.c
===================================================================
--- kernel/arch/mips32/src/mm/frame.c	(revision 0d387d2adba60bc09a047a4aeb5fe9c90f7ad2cc)
+++ kernel/arch/mips32/src/mm/frame.c	(revision c32a6f3758119c901cf9433296754930e7398907)
@@ -134,5 +134,5 @@
 		/* Interrupt vector frame is blacklisted */
 		pfn_t conf_frame;
-		if (start_frame == 0)
+		if (first == 0)
 			conf_frame = 1;
 		else
@@ -152,5 +152,5 @@
 /** Create memory zones
  *
- * Walk through available 1 MB chunks of physical
+ * Walk through available 256 KB chunks of physical
  * memory and create zones.
  *
