Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Some things | Marvin Borner | |
2020-06-05 | Fixed many HUGE bugs... | Marvin Borner | |
2020-06-02 | Much work on the ELF parser and userspace jumping | Marvin Borner | |
2020-06-01 | Very clean mmap approach | Marvin Borner | |
Sorry for the previous commit messages, I was kind of frustrated. | |||
2020-06-01 | Aaaah so many bugs | Marvin Borner | |
2020-05-31 | OMG | Marvin Borner | |
2020-05-26 | Reduced some magic numbers | Marvin Borner | |
2020-05-26 | Some workarounds which apparently work. | Marvin Borner | |
2020-05-23 | Dynamic paging approach | Marvin Borner | |
I think this is it. I really do. I guess. | |||
2020-05-19 | Woah, so many changes :O | Marvin Borner | |
2020-05-16 | Non-dynamic working approach | Marvin Borner | |
2020-05-13 | Replaced alloc.h with liballoc | Marvin Borner | |
And many more adaptions to the lib | |||
2020-05-09 | Interrupt analysis - removed many useless cli/sti | Marvin Borner | |
2020-05-09 | Replaced fork() with spawn()! | Marvin Borner | |
Who needs forks anyway | |||
2020-05-07 | Added and applied include-sorting | Marvin Borner | |
Worked better than I thought! | |||
2020-05-07 | Some debugging and fixing | Marvin Borner | |
Still didn't fix the bugs | |||
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 | Maaaany fixes... | Marvin Borner | |
Sorry for the increasingly worse-getting commit messages :D | |||
2020-04-27 | Minor but important fixes in processing | Marvin Borner | |
2020-04-26 | Awesome new multitasking system and scheduler | Marvin Borner | |
2020-04-26 | Complete rewrite of paging and allocation libs | Marvin Borner | |
-> This was REALLY needed. | |||
2020-04-26 | Some elf userspace testing | Marvin Borner | |
2020-04-25 | Some work on the elf loader | Marvin Borner | |
2020-04-19 | Applied tidy command... | Marvin Borner | |
Idk why I forgot it for several commits :D | |||
2020-04-16 | Many fix attempts for the divide by zero exception | Marvin Borner | |
2020-04-15 | Used macro magic to implement function-based logs | Marvin Borner | |
2020-04-02 | Small fixes in the run executable | Marvin Borner | |
The run script is now able to run from any location && exits when the installation test failed | |||
2020-04-01 | Static address linking approach for userspace | Marvin 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-01 | Some work on the elf loader | Marvin Borner | |