📓 devlog · 2026-07-28
- implemented basic structure for the ring buffer, focusing on data insertion and deletion mechanics.
- fixed issues in the ring buffer related to overflow conditions, ensuring proper wrap-around logic.
- started initial work on the scheduler module, defining its role in managing task execution order.
- cleaned up code in various modules, removing unused variables and optimizing function calls for clarity.
- made progress on physical memory management (pmm), refining allocation strategies and data structures.
- wired up pmm with the existing memory system, ensuring compatibility with current allocation patterns.
- cleaned up and sketched additional plans for pmm, setting groundwork for more advanced features.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.