Version change

multiboot
E. Almqvist 3 years ago
parent d41dea837b
commit 15a9a8fb05
  1. 2
      kernel/kernel.c

@ -14,7 +14,7 @@ void init() {
// enable_paging(); // enable_paging();
println(""); println("");
char* title = "eOS Version 0.3 2021"; char* title = "eOS Version 0.4 2022";
println(title, DEFAULT_COLOR); println(title, DEFAULT_COLOR);
char* subtitle = "A x86 operating system, licenced under GPL-2.0"; char* subtitle = "A x86 operating system, licenced under GPL-2.0";

Loading…
Cancel
Save