Go to file
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
AK Build ELFLoader into Kernel. 2018-10-18 15:03:10 +02:00
ELFLoader ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
Kernel ELFLoader works inside the kernel! 2018-10-18 15:46:08 +02:00
VirtualFileSystem Add an fd field to FileHandle in Kernel builds. 2018-10-18 10:27:07 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
.gitignore Add a root .gitignore. 2018-10-13 17:00:27 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00