diff options
| author | Bobby <[email protected]> | 2026-02-13 12:45:46 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-13 12:45:46 +0530 |
| commit | 0e62012a9e3fd5e6b27f1ac5e9d9fc45aaaeaf1d (patch) | |
| tree | 10376fdb36a4de2aa01d655d3588283b98faf7b4 /scripts | |
| parent | 3f9b7d3239fd4f1c98529ae0f8bb9b84a0f61267 (diff) | |
| download | akiba-0e62012a9e3fd5e6b27f1ac5e9d9fc45aaaeaf1d.tar.xz akiba-0e62012a9e3fd5e6b27f1ac5e9d9fc45aaaeaf1d.zip | |
Refactor interrupt handling and syscall entry
- Moved ISR and IRQ handler definitions to a new assembly file (isr.zig).
- Simplified IDT setup by using ISR and IRQ handlers from isr.zig.
- Replaced inline assembly for IRQ handlers with calls to new ISR functions.
- Introduced a new context switching mechanism in context.zig for Kata execution.
- Updated syscall entry handling in entry.zig to streamline context saving and restoring.
- Removed redundant context structures and functions from shift.zig.
- Improved clarity and organization of syscall and interrupt handling code.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
