X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fconfig.h;h=f444b95aa18ebbaf5ef6648c8ed7ac6b5c53510a;hb=0a37e241149d011e038aceb3faac568b405f8ecd;hp=fb361ca12116c5e2677ce5de234a27b241ddc74d;hpb=a2f94f569a4c99204de02814a20098a71527e913;p=bootcensus diff --git a/src/config.h b/src/config.h index fb361ca..f444b95 100644 --- a/src/config.h +++ b/src/config.h @@ -1,3 +1,20 @@ +/* +pcboot - bootable PC demo/game kernel +Copyright (C) 2018 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY, without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ #ifndef PCBOOT_CONFIG_H_ #define PCBOOT_CONFIG_H_ @@ -7,4 +24,9 @@ #define CON_TEXTMODE #define CON_SERIAL +#define MOVE_STACK_RAMTOP +/* allocate 64k for stack */ +#define STACK_PAGES 16 + + #endif /* PCBOOT_CONFIG_H_ */