Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | Oh man... Idfk anymore | Marvin Borner | |
2021-03-02 | Getting closer! | Marvin Borner | |
2021-03-02 | very good this is | Marvin Borner | |
2021-02-26 | Full UBSan support - many fixes! | Marvin Borner | |
2021-02-25 | Added some debugging features | Marvin Borner | |
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon. | |||
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-01-21 | Fixed some dumb bugs | Marvin Borner | |
2021-01-14 | Added kernel idle process | Marvin Borner | |
2021-01-11 | Much work.. | Marvin Borner | |
2021-01-08 | Kinda working VFS implementation | Marvin Borner | |
2021-01-07 | New read parameters | Marvin Borner | |
2021-01-07 | Started conversion to VFS | Marvin Borner | |
2020-11-20 | Added stat syscall | Marvin Borner | |
This currently only returns the file size, other stats will follow soon! | |||
2020-09-03 | Moved test to app | Marvin Borner | |
2020-08-23 | How did this work before?! | Marvin Borner | |
I used r->eax instead of r->ebx in malloc :O | |||
2020-08-22 | Fixed events | Marvin Borner | |
2020-08-21 | Finished proper return of processes | Marvin Borner | |
2020-08-15 | Added some syscall wrappers | Marvin Borner | |
2020-08-15 | Reverted PIE binaries and fixed userspace lib | Marvin Borner | |
2020-08-15 | Some elf things | Marvin Borner | |
2020-08-10 | Started elf parser/loader | Marvin Borner | |
2020-08-09 | Added malloc/free syscall | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |