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

6h 2m logged

📓 devlog · 2026-09-10

  • implemented the filesystem (fs), focused on directory structure and file allocation strategies for improved access speed.
  • wired up the fs to ensure proper integration with existing modules, tested data flow between components during initial operations.
  • started the shell, establishing basic command parsing and execution control flow to interface with the filesystem.
  • added memory management capabilities, implemented a new allocation strategy to minimize fragmentation and optimize performance.
  • cleaned up the shell code for readability, removed redundant whitespace to maintain consistent coding standards across the project.
  • performed additional wiring for memory to ensure it interacts correctly with both the filesystem and shell for seamless operation.
  • fleshed out the fs with additional features like file permissions and metadata handling, ensuring robustness for concurrent access.
0
14

Comments 0

No comments yet. Be the first!