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 2ba830f commit 3c0a0d1Copy full SHA for 3c0a0d1
Commands/sh/main.c
@@ -20,7 +20,7 @@ void main_closure(int argc, char *argv[])
20
// XXX disabled insertion mode for now because the line reader doesn't support
21
// XXX it properly yet
22
//printf("\033[4h"); // Switch the console to insert mode
23
- printf("\033[36mSerena OS DR1\033[0m\nCopyright 2023, Dietmar Planitzer.\n\n");
+ printf("\033[36mSerena OS v0.1.0-alpha\033[0m\nCopyright 2023, Dietmar Planitzer.\n\n");
24
25
Directory_Create("/Users", 0755);
26
Directory_Create("/Users/Admin", 0755);
0 commit comments