We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301345b commit b4abc1dCopy full SHA for b4abc1d
init/main.c
@@ -69,7 +69,7 @@ void kernel_main(multiboot_info_t *mboot_info, uint32_t initial_stack) {
69
print(
70
"\033[1;34mOS: \033[1;36mPlatypus OS \033[1;33mx86_32 \033[1;32mx86_64 \n");
71
print("\033[1;34mKernel: \033[1;32mPlatypus\n");
72
- print("\033[1;34mVersion: \033[1;31m0.09-dev\n");
+ print("\033[1;34mVersion: \033[1;31m0.09\n");
73
writestr("Kernel command line: %s\n", mboot_info->cmdline);
74
uint32_t memsize = (mboot_info->mem_lower + mboot_info->mem_upper) / 1024;
75
writestr("Total memory: %d MB\n", memsize);
0 commit comments