Skip to content

Commit 6d2c510

Browse files
Added a small message.
1 parent a16bf7b commit 6d2c510

File tree

1 file changed

+2
-0
lines changed
  • source/kernel/C/shell

1 file changed

+2
-0
lines changed

source/kernel/C/shell/sh.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ void welcome_message(){
8989
print("Website : \e[1;34mhttps://prad.digital\033[0m\n");
9090
print("Wiki : \e[1;34mhttps://github.com/Frost-Wing/osdev/wiki\033[0m\n");
9191
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");
9294

9395
display_time();
9496
}

0 commit comments

Comments
 (0)