Age | Commit message (Expand) | Author |
---|---|---|
2022-06-17 | Kerenl/Firmware: Add map_ebda and map_bios methods in the original place | Liav A |
2022-06-17 | Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts | Liav A |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-09 | Kernel: Change static constexpr variables to constexpr where possible | Lenny Maiorani |
2022-01-13 | Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr | Idan Horowitz |
2022-01-13 | Kernel: Make map_bios() and map_ebda() fallible using ErrorOr | Idan Horowitz |
2022-01-05 | Kernel: Use MUST + Vector::try_empend instead of Vector::empend | Brian Gianforcaro |
2022-01-05 | Kernel: Use MUST + Vector::try_append instead of Vector::append | Brian Gianforcaro |
2021-12-23 | Kernel: Move Multi Processor Parser code to a separate directory | Liav A |