mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
Kernel: Add /proc/uptime file (number of seconds since boot.)
Also added a simple /bin/uptime to pretty-print this information. :^)
This commit is contained in:
parent
0e30f4e412
commit
c0fe48635b
5 changed files with 47 additions and 0 deletions
|
@ -80,6 +80,7 @@ cp -v ../Userland/tc mnt/bin/tc
|
|||
cp -v ../Userland/host mnt/bin/host
|
||||
cp -v ../Userland/qs mnt/bin/qs
|
||||
cp -v ../Userland/mv mnt/bin/mv
|
||||
cp -v ../Userland/uptime mnt/bin/uptime
|
||||
chmod 4755 mnt/bin/su
|
||||
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
|
||||
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue