You are browsing as a guest. Sign up (or log in) to start making projects!

3h 40m logged

📓 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.
0
6

Comments 1

@water

cool project twin!!! keep it going!