git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git]
/
lunaix-os
/
usr
/
sh
/
sh.c
diff --git
a/lunaix-os/usr/sh/sh.c
b/lunaix-os/usr/sh/sh.c
index 8ce8617dfd271f4e6d96ebc749405968cf907408..0a91aa79179ebe95ef426653a2b315b4743837dd 100644
(file)
--- a/
lunaix-os/usr/sh/sh.c
+++ b/
lunaix-os/usr/sh/sh.c
@@
-175,7
+175,6
@@
sh_loop()
void
main()
{
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
sh_loop();
_exit(0);
}
\ No newline at end of file