X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fconfig.h;h=f444b95aa18ebbaf5ef6648c8ed7ac6b5c53510a;hb=refs%2Fheads%2Fmaster;hp=58a614752901754cc76e59ddf2c293cde30198a3;hpb=97356e29f73e12f0856fde92a48e86c73bef387c;p=bootcensus diff --git a/src/config.h b/src/config.h index 58a6147..f444b95 100644 --- a/src/config.h +++ b/src/config.h @@ -24,4 +24,9 @@ along with this program. If not, see . #define CON_TEXTMODE #define CON_SERIAL +#define MOVE_STACK_RAMTOP +/* allocate 64k for stack */ +#define STACK_PAGES 16 + + #endif /* PCBOOT_CONFIG_H_ */