serenity/ELFLoader
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
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
_test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
elf.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ELFImage.cpp ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
ELFImage.h ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
ELFLoader.cpp ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
ELFLoader.h ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
ExecSpace.cpp ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
ExecSpace.h ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
Makefile Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00