X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.h;h=f444b95aa18ebbaf5ef6648c8ed7ac6b5c53510a;hb=a2f065772bcb7766859033d140980720ef824546;hp=58a614752901754cc76e59ddf2c293cde30198a3;hpb=0626040a5133ff8f8e071a20e9165c9618eb8c4a;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_ */