index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ELFLoader
Age
Commit message (
Expand
)
Author
2018-12-02
Move ELFLoader code into Kernel/.
Andreas Kling
2018-11-12
Make loading /bin/bash ~250x faster.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-08
Teach Process::exec() about the magic of file-backed VMO's.
Andreas Kling
2018-11-04
Tidy up ELFLoader.
Andreas Kling
2018-11-04
Merge ExecSpace into ELFLoader.
Andreas Kling
2018-11-04
Remove bootstrapping code from ELFLoader.
Andreas Kling
2018-11-03
Use ELF program headers to load executables smarter.
Andreas Kling
2018-11-03
ELFLoader: Add program header support.
Andreas Kling
2018-10-31
Snazz up the kprintf() output a bit by giving it its own color.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-27
Use Unix::stat for sys$lstat().
Andreas Kling
2018-10-25
Implement errno in LibC.
Andreas Kling
2018-10-25
ELFLoader should fail with an error message for unresolved symbols.
Andreas Kling
2018-10-23
ExecSpace should free its own allocations on destruction.
Andreas Kling
2018-10-23
Move ELFLoader debug output behind flags.
Andreas Kling
2018-10-22
Launching an arbitrary ELF executable from disk works! :^)
Andreas Kling
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-22
printf format fixups in ELFLoader.
Andreas Kling
2018-10-18
ELFLoader works inside the kernel!
Andreas Kling
2018-10-18
Build ELFLoader into Kernel.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling