Skip to content

Commit b4abc1d

Browse files
authored
Platypus OS 0.09
1 parent 301345b commit b4abc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void kernel_main(multiboot_info_t *mboot_info, uint32_t initial_stack) {
6969
print(
7070
"\033[1;34mOS: \033[1;36mPlatypus OS \033[1;33mx86_32 \033[1;32mx86_64 \n");
7171
print("\033[1;34mKernel: \033[1;32mPlatypus\n");
72-
print("\033[1;34mVersion: \033[1;31m0.09-dev\n");
72+
print("\033[1;34mVersion: \033[1;31m0.09\n");
7373
writestr("Kernel command line: %s\n", mboot_info->cmdline);
7474
uint32_t memsize = (mboot_info->mem_lower + mboot_info->mem_upper) / 1024;
7575
writestr("Total memory: %d MB\n", memsize);

0 commit comments

Comments
 (0)