summaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Expand)Author
2024-09-01Move everything over to the new organization.Nathan Ringo
2024-09-01Move almost all the kernel into crates/.Nathan Ringo
2024-08-31Adds a static assertion.Nathan Ringo
2024-08-27The start of the buddy allocator.Nathan Ringo
2024-08-27Adds a free-list for physical memory.Nathan Ringo
2024-08-26Refactor DeviceTree parsing.Nathan Ringo
2024-08-26The start of interrupt and timer support, with some DeviceTree parsing.Nathan Ringo
2024-08-25Adds a basic DeviceTree reader.Nathan Ringo
2024-08-03uncommitted changes...Nathan Ringo
2024-02-25[console] Adds a "strict flush" routine.Nathan Ringo
2024-02-25[console] Adds the start of a console subsystem to handle kernel logs.Nathan Ringo
2024-02-24Initial commitNathan Ringo