Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-28 | Started conversion to Grub (#17) | Marvin Borner | |
Yes, the CI won't like this. | |||
2021-04-05 | Made kernel elf-bootable | Marvin Borner | |
2021-04-02 | Added kernel section clear/protect after init | Marvin Borner | |
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data. | |||
2021-04-02 | Mapped .text and .rodata readonly | Marvin Borner | |
2021-03-20 | LGTM! | Marvin Borner | |
2021-02-28 | Fixed memory mapping detection | Marvin Borner | |
2021-02-27 | Started basic paging port from skiftOS | Marvin Borner | |
2020-11-17 | I think this fixes quite many bugs! | Marvin Borner | |
For real though! First tests show no weird bugs anymore. |