aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/load.c
AgeCommit message (Collapse)Author
2021-01-08Kinda working VFS implementationMarvin Borner
2021-01-07New read parametersMarvin Borner
2021-01-07Started conversion to VFSMarvin Borner
2020-11-20Added stat syscallMarvin Borner
This currently only returns the file size, other stats will follow soon!
2020-09-03Moved test to appMarvin Borner
2020-08-23How did this work before?!Marvin Borner
I used r->eax instead of r->ebx in malloc :O
2020-08-22Fixed eventsMarvin Borner
2020-08-21Finished proper return of processesMarvin Borner
2020-08-15Added some syscall wrappersMarvin Borner
2020-08-15Reverted PIE binaries and fixed userspace libMarvin Borner
2020-08-15Some elf thingsMarvin Borner
2020-08-10Started elf parser/loaderMarvin Borner
2020-08-09Added malloc/free syscallMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner