| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-11 | arbitrary load address and RAM base detection | Kimplul | |
| + Both kind of go hand in hand, made sense to do both at the same time. Some parts feel slightly hacky, the loader works by placing everything on the stack and avoiding global values. Still, seems to work? | |||
| 2023-05-01 | update license stuff | Kimplul | |
| 2022-10-21 | beautification | Kimplul | |
| 2022-06-12 | add license texts | Kimplul | |
| 2022-05-29 | continue documentation efforts. | Kimplul | |
| 2022-01-07 | Allow building with clang | Kimplul | |
| + Release mode is sort of broken, as lto doesn't work with linker relaxation and turning the relaxation off causes issues with the jump from init to kernel (as I've currently implemented it, could probably be fixed with a manual jump from assembly, I'll add it to my TODO list) | |||
