feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git] / lunaix-os / usr / sh / sh.c
index 8ce8617dfd271f4e6d96ebc749405968cf907408..0a91aa79179ebe95ef426653a2b315b4743837dd 100644 (file)
@@ -175,7 +175,6 @@ sh_loop()
 void
 main()
 {
-    printf("\n Simple shell. Use <PG_UP> or <PG_DOWN> to scroll.\n\n");
     sh_loop();
     _exit(0);
 }
\ No newline at end of file