📓 devlog · 2026-07-24
- implemented paging, added core functionality for memory management, ensuring proper control flow for page allocation and deallocation.
- fleshed out paging, defined page structures and their associated metadata for efficient access patterns.
- wired up slab, integrated slab allocation with paging to optimize memory usage and reduce fragmentation.
- rough paging, established initial framework for paging algorithms, focusing on basic page replacement strategies.
- performed cleanup in various modules, removing redundant code and improving readability.
- formatted code across multiple files, ensuring consistency in style and adherence to project guidelines.
- worked on libk, progressing on utility functions to support paging and slab management.
Comments 1
cool project twin!!! keep it going!
Sign in to join the conversation.