foo
[bootcensus] / src / config.h
index 58a6147..f444b95 100644 (file)
@@ -24,4 +24,9 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #define CON_TEXTMODE
 #define CON_SERIAL
 
+#define MOVE_STACK_RAMTOP
+/* allocate 64k for stack */
+#define STACK_PAGES            16
+
+
 #endif /* PCBOOT_CONFIG_H_ */