summaryrefslogtreecommitdiff
path: root/src/kernel/core/kmain.c
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
committerAlexis211 <alexis211@gmail.com>2010-04-08 10:05:42 +0200
commitad27a90fa788a81253b5f2ad621d82ae574ae65d (patch)
tree3fc2ecf6655300c285405bd8d9bbf60d01f2d210 /src/kernel/core/kmain.c
parentee348973b0cb0f6481e4fd6e7494c63167c9759c (diff)
downloadTCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.tar.gz
TCE-ad27a90fa788a81253b5f2ad621d82ae574ae65d.zip
0.0.4 is out
Diffstat (limited to 'src/kernel/core/kmain.c')
-rw-r--r--src/kernel/core/kmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/core/kmain.c b/src/kernel/core/kmain.c
index 1577ac7..d8f059a 100644
--- a/src/kernel/core/kmain.c
+++ b/src/kernel/core/kmain.c
@@ -31,7 +31,7 @@ void kmain(struct multiboot_info_t* mbd, int32_t magic) {
PANIC("wrong multiboot magic number.");
}
- monitor_write("Grapes 0.0.3 'I am no sweet potato' starting up :\n");
+ monitor_write("Grapes 0.0.4 'Cat in my heart' starting up :\n");
idt_init();