serenity/Userland
Andreas Kling 7a7956a595 Virtual consoles kinda work!
We now make three VirtualConsoles at boot: tty0, tty1, and tty2.
We launch an instance of /bin/sh in each one.
You switch between them with Alt+1/2/3

How very very cool :^)
2018-10-30 15:33:37 +01:00
..
.gitignore Add /proc/mm and a /bin/mm utility that just dumps it. 2018-10-28 10:28:21 +01:00
cat.cpp Add basic symlink support. 2018-10-28 14:11:51 +01:00
clear.cpp Add a /bin/clear that prints the clear terminal escape sequence. 2018-10-27 17:39:08 +02:00
date.cpp Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 2018-10-25 17:36:18 +02:00
false.cpp Add /bin/false and /bin/true for fun. :^) 2018-10-25 21:39:37 +02:00
hostname.cpp Add sys$gethostname and /bin/hostname 2018-10-26 09:54:29 +02:00
id.cpp Import very modest Userland. 2018-10-22 14:06:22 +02:00
ls.cpp Add basic symlink support. 2018-10-28 14:11:51 +01:00
Makefile Add /proc/mm and a /bin/mm utility that just dumps it. 2018-10-28 10:28:21 +01:00
mm.cpp Add basic symlink support. 2018-10-28 14:11:51 +01:00
ps.cpp Add basic symlink support. 2018-10-28 14:11:51 +01:00
pwd.cpp Add a "pwd" utility to userland. 2018-10-24 14:28:22 +02:00
sh.cpp Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
sleep.cpp Add a "sleep" syscall that sleeps for N seconds. 2018-10-25 13:56:03 +02:00
true.cpp Add /bin/false and /bin/true for fun. :^) 2018-10-25 21:39:37 +02:00
tst.cpp Canonicalize the path used by sh. 2018-10-28 09:36:21 +01:00
uname.cpp Add sys$uname() and a /bin/uname utility. 2018-10-26 14:57:26 +02:00