Age | Commit message (Collapse) | Author | |
---|---|---|---|
37 hours | kernel/aarch64: Add exception code + frame fixups | Ian Moffett | |
- Add handle_exception() as higher level logic to handle the exceptions - Simplify frame.h - Call C handler in vector.S - Clean up stack after creating frame - Add register dump on exception Signed-off-by: Ian Moffett <ian@osmora.org> | |||
41 hours | kernel/aarch64: Implement initial vector stubs | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-05-14 | kernel: mach: Add TF_IP() macro | Ian Moffett | |
Add TF_IP() to extract the instruction pointer from a trapframe between architectures. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-04-02 | kernel/aarch64: Add initial AARCH64 port | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |