serenity/ELFLoader
Andreas Kling ebf308d413 Make kernel build with clang.
It's a bit faster than g++ and seems to generate perfectly fine code.
The kernel is also roughly 10% smaller(!)
2018-11-09 12:22:31 +01:00
..
.gitignore 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 Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00
ELFImage.h Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00
ELFLoader.cpp Make kernel build with clang. 2018-11-09 12:22:31 +01:00
ELFLoader.h Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00