Meulengracht/MollenOS

[vali] bootstrapper

Meulengracht opened this issue · 0 comments

We will create a new bootstrapper application that can handle upstart of system services instead of this being the kernels responsibility. This requires the application to not have any linkable libraries and it requires it to be able to run without any relocation. So we need to compile a normal application with static dependencies and then convert it to a binary blob that we can simply copy into memory.

Kernel

Bootstrapper