1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +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

@ -13,6 +13,7 @@ build_targets=""
build_targets="$build_targets ../LibC"
build_targets="$build_targets ../LibM"
build_targets="$build_targets ../LibCore"
build_targets="$build_targets ../Servers/SystemServer"
build_targets="$build_targets ../Servers/LookupServer"
build_targets="$build_targets ../Servers/WindowServer"
build_targets="$build_targets ../LibGUI"