| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-01 | First jump to virtual memory! | Kimplul | |
| + Lots of bughunting to do, probably lots of off-by-one and so on errors, and I make a lot of naive and possibly dangerous assumptions. But cool start nonetheless. Should also come up with some method of exchanging data between the init and actual kernel, probably some struct of some sort. TODO | |||
| 2021-09-19 | Added basic awareness of kernel size/bounds | Kimplul | |
| 2021-08-31 | Improved linkind process, added padding generator | Kimplul | |
| 2021-08-25 | libfdt seems to work | Kimplul | |
| At least as far as reading memory info, cool. One issue I have is that .(ro)data is apparently accessed by absolute addresses, so I need to know at which address the kernel is going to be loaded. I would prefer completely position independent code, but if that's not possible then eh. | |||
| 2021-08-20 | New build system | Kimplul | |
