aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-06-20Added static binary kernel loadingMarvin Borner
2020-06-17Hello!Marvin Borner
2020-06-17Started rewriteMarvin Borner
2020-06-17Some thingsMarvin Borner
2020-05-29Added higher debugging-levelMarvin Borner
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-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-28Userspace rewrite -> IT WORKS! :)Marvin Borner
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D
2020-04-27Minor but important fixes in processingMarvin Borner
2020-04-25Some work on the elf loaderMarvin Borner
2020-04-25Added indirect pointers - re-enabled font :)Marvin Borner
I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later.
2020-04-25Working ext2 filereaderMarvin Borner
As soon as I implement indirect block pointers, the resources will hopefully work again :)
2020-04-22Switched to cmake - AGAIN!Marvin Borner
Yes, I know... I once used it and was still using it to create my compile commands script but it didn't quite work. Now it does, so I replaced my whole sh spaghetti code! :)
2020-01-03I don't like CMakeMarvin Borner
I switched to basic shell scripts now
2020-01-03CMake...Marvin Borner
CMake isn't as easy as expected, especially because the user binary is somehow messed up.. Maybe I'll use a SH script or Makefile after all :/
2020-01-02Bye-bye Make, Hi-hi Cmake!Marvin Borner
2020-01-02Switched to CMakeMarvin Borner
Still needs some polishing but it kinda works (wasn't easy though)