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