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