aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/elf.c
AgeCommit message (Collapse)Author
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
2020-04-27Minor but important fixes in processingMarvin Borner
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-26Complete rewrite of paging and allocation libsMarvin Borner
-> This was REALLY needed.
2020-04-26Some elf userspace testingMarvin Borner
2020-04-25Some work on the elf loaderMarvin Borner
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-04-02Small fixes in the run executableMarvin Borner
The run script is now able to run from any location && exits when the installation test failed
2020-04-01Static address linking approach for userspaceMarvin Borner
Kinda works but loading an statically linked binary into memory via kmalloc seems to create a crash which results in a bootloop.
2020-04-01Some work on the elf loaderMarvin Borner