X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fconfig.h;h=f444b95aa18ebbaf5ef6648c8ed7ac6b5c53510a;hb=0a37e241149d011e038aceb3faac568b405f8ecd;hp=be99bf7941f78ecf501f304f6c68492decc0c191;hpb=934e4015b310006b5f0722d9f1e12634dfabaa96;p=bootcensus diff --git a/src/config.h b/src/config.h index be99bf7..f444b95 100644 --- a/src/config.h +++ b/src/config.h @@ -22,6 +22,11 @@ along with this program. If not, see . #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_ */