1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

Misc: Add a simple init process

This doesn't do much right now, just fork off a bunch of stuff and set priorities.
This commit is contained in:
Robin Burchell 2019-05-29 22:36:23 +02:00 committed by Andreas Kling
parent 9cd0f6ffac
commit d31ce9eccd
6 changed files with 95 additions and 52 deletions

View file

@ -63,6 +63,7 @@ cp -v ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
cp -v ../Applications/IRCClient/IRCClient mnt/bin/IRCClient
ln -s IRCClient mnt/bin/irc
ln -s FileManager mnt/bin/fm
cp -v ../Servers/SystemServer/SystemServer mnt/bin/SystemServer
cp -v ../Servers/LookupServer/LookupServer mnt/bin/LookupServer
cp -v ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
cp -v ../Applications/Taskbar/Taskbar mnt/bin/Taskbar