1
Fork 0
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:
Andreas Kling 2019-04-14 15:19:45 +02:00
parent 0e30f4e412
commit c0fe48635b
5 changed files with 47 additions and 0 deletions

View file

@ -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