Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | Added static binary kernel loading | Marvin Borner | |
2020-06-17 | Hello! | Marvin Borner | |
2020-06-17 | Started rewrite | Marvin Borner | |
2020-06-17 | Some things | Marvin Borner | |
2020-05-29 | Added higher debugging-level | Marvin Borner | |
2020-05-06 | New build parameters and shared includes | Marvin Borner | |
This changes many files but I've just applied some replace commands.. So - nothing special! | |||
2020-04-29 | Started libgui implementation | Marvin Borner | |
2020-04-29 | Added basic exec calls for init and started libc | Marvin Borner | |
2020-04-28 | Added support for multiple user applications | Marvin Borner | |
2020-04-28 | Userspace rewrite -> IT WORKS! :) | Marvin Borner | |
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D | |||
2020-04-27 | Minor but important fixes in processing | Marvin Borner | |
2020-04-25 | Some work on the elf loader | Marvin Borner | |
2020-04-25 | Added 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-25 | Working ext2 filereader | Marvin Borner | |
As soon as I implement indirect block pointers, the resources will hopefully work again :) | |||
2020-04-22 | Switched 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-03 | I don't like CMake | Marvin Borner | |
I switched to basic shell scripts now | |||
2020-01-03 | CMake... | 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-02 | Bye-bye Make, Hi-hi Cmake! | Marvin Borner | |
2020-01-02 | Switched to CMake | Marvin Borner | |
Still needs some polishing but it kinda works (wasn't easy though) |