Use version macro.
This commit is contained in:
parent
114d2d515c
commit
61457450f3
@ -18,7 +18,10 @@
|
|||||||
|
|
||||||
#include <kernel/tty.h>
|
#include <kernel/tty.h>
|
||||||
|
|
||||||
|
#include "globals.h"
|
||||||
|
|
||||||
void kernel_main() {
|
void kernel_main() {
|
||||||
tty_init();
|
tty_init();
|
||||||
tty_write_s("Colonel");
|
tty_write_s("Colonel v");
|
||||||
|
tty_write_s(VERSION);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user