Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-07 | Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} | Andreas Kling | |
There's a ton of work that would need to be done before we could spin up on another architecture, but let's at least try to separate things out a bit. | |||
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
2019-04-23 | Put assertions behind a DEBUG flag to make it easy to build without them. | Andreas Kling | |
2019-04-10 | Kernel: Remove two unneeded headers. | Andreas Kling | |
2019-04-03 | Kernel: Remove unneeded kassert.h. | Andreas Kling | |
2018-10-16 | Add a simple IDEDiskDevice class that implements DiskDevice from VFS. | Andreas Kling | |
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling | |
It's a lot crappier than I remembered it. It's gonna need a lot of work. |