We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16bf7b commit 6d2c510Copy full SHA for 6d2c510
source/kernel/C/shell/sh.c
@@ -89,6 +89,8 @@ void welcome_message(){
89
print("Website : \e[1;34mhttps://prad.digital\033[0m\n");
90
print("Wiki : \e[1;34mhttps://github.com/Frost-Wing/osdev/wiki\033[0m\n");
91
print("Github : \e[1;34mhttps://github.com/Frost-Wing\033[0m\n\n");
92
+
93
+ print("Run \e[1;34mfrostedwm\033[0m to execute the window-manager.\n\n");
94
95
display_time();
96
}
0 commit comments