E. Almqvist 3 years ago
parent 631be55ea9
commit 608a1fe5e2
  1. 1
      kernel/kernel.c

@ -20,6 +20,7 @@ void kernel_init() {
char* subtitle = "A x86 operating system, licenced under GPL-2.0";
println(subtitle, DEFAULT_COLOR);
print("Ent count: ", DEFAULT_COLOR);
char* mem = (char*) get_phys_mem_size();
println(mem, DEFAULT_COLOR);

Loading…
Cancel
Save