| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 1 | -3/+0 | |
| 2026-02-23 | fix: dynamic attachments in kata | Bobby | 1 | -1/+1 | |
| 2026-02-23 | fix: Update MAX_LOCATION_LENGTH to 128 and adjust limits for Katas and ↵ | Bobby | 1 | -3/+1 | |
| Attachments | |||||
| 2026-02-20 | fix: Correct KERNEL_MAP_END value and update MAX_LOCATION_LENGTH documentation | Bobby | 1 | -3/+3 | |
| 2026-02-20 | feat: Refactor path handling to use location utilities and update related ↵ | Bobby | 1 | -1/+3 | |
| structures - Replaced path references with location in various modules for consistency. - Updated attachment management to use location instead of path. - Enhanced I/O operations to handle location parameters. - Removed deprecated path utilities and integrated location utilities. - Adjusted limits and parameters for kata and attachment management. | |||||
| 2026-02-15 | Refactor Kata Memory Management and Scheduler | Bobby | 1 | -0/+3 | |
| - Updated memory management in `memory.zig` to improve virtual buffer allocation and deallocation. - Removed `sensei.zig` and refactored scheduling logic into new files: `queue.zig`, `sensei.zig`, and `waker.zig`. - Introduced `attachment.zig` for managing attachments with new constants and limits. - Created `pool.zig` for managing the Kata pool, including creation and dissolution of Katas. - Enhanced `types.zig` to define new structures and enums for Katas and their states. - Improved context switching in `shift.zig` to streamline Kata execution state management. - Updated file references and imports across the codebase to reflect new structure. | |||||
