aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/linker.ld
AgeCommit message (Collapse)Author
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-27Minor but important fixes in processingMarvin Borner
2020-04-25Some work on the elf loaderMarvin 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-02-15Quite many improvementsMarvin Borner
ok.
2020-01-06Usermode based allocating works a bit nowMarvin Borner
*a bit*