1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-12 14:32:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
97e0d75bcb ELFLoader works inside the kernel!
We load /_hello.o which just prints out a simple message.
It executes inside the kernel itself, so no fancy userspace process
or anything, but this is still so cool!
2018-10-18 15:46:08 +02:00
Andreas Kling
5b10846bed Add a simple ELF binary called _test.o to the test fs. 2018-10-18 13:16:30 +02:00