aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/load.h
AgeCommit message (Collapse)Author
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-04-25Some work on the elf loaderMarvin Borner
2020-04-14Switched to grubMarvin Borner
This really isn't what I wanted because grub is very big and bloaty but my own bootloader was very poorly written and I really want to implement a filesystem like ext2 which wouldn't work with my own bootloader. Furthermore this commit fixes many small issues including the one occurring due to the statically linked user binary (I just removed the linking for now).
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
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-02-22Well basically nothing really works I guessMarvin Borner
I've worked quite a while on several small things which I didn't commit but I'm going away for a week (holiday) soooo I synced these useless and dumb files :)
2020-01-26Magic commitMarvin Borner
Some things work, others don't.