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:
parent
9cd0f6ffac
commit
d31ce9eccd
6 changed files with 95 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue