From: AceVest Date: Thu, 31 Jul 2014 16:46:40 +0000 (+0800) Subject: Kernel version 0.3.0 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=66d2590424f7159fd2b74a2461f0c772ecfb70e4;p=kernel.git Kernel version 0.3.0 --- diff --git a/kernel/setup.c b/kernel/setup.c index 2c2963a..f932631 100644 --- a/kernel/setup.c +++ b/kernel/setup.c @@ -45,12 +45,12 @@ void setup_i8253() outb(LATCH >> 8, 0x40); } -#define VERSION "0.2.5 Final" -#define BUIDER "Zhao Yanbai" +#define VERSION "0.3.0" +#define BUIDER "Zhao Yanbai" const char *version = - "Kernel " + "Kernel version " VERSION - " Build on "__DATE__ " " __TIME__ + " ["__DATE__ " " __TIME__ "]" " @ " BUIDER "\n";