Age | Commit message (Expand) | Author |
---|---|---|
2022-02-18 | Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64 | Marco Cutecchia |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-16 | Kernel: Add MiniStdLib to the Aarch64 kernel | James Mintram |
2021-10-15 | Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cpp | James Mintram |
2021-10-14 | Kernel: Fix all linker errors for Aarch64 build | James Mintram |
2021-08-28 | Kernel: Omit all actual code from the kernel on aarch64 for now | Nico Weber |