X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fconfig.h;h=be99bf7941f78ecf501f304f6c68492decc0c191;hb=934e4015b310006b5f0722d9f1e12634dfabaa96;hp=f01bf9d6790b65de1a16bd152e376340ba44bb5f;hpb=d1e8a437c1fab4535f82c4c214ec3330ac32e48d;p=bootcensus diff --git a/src/config.h b/src/config.h index f01bf9d..be99bf7 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,27 @@ +/* +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_ +/* frequency of generated timer ticks in hertz */ +#define TICK_FREQ_HZ 250 + #define CON_TEXTMODE -#define CON_SERIAL +#undef CON_SERIAL #endif /* PCBOOT_CONFIG_H_ */