📓 devlog · 2026-08-05
- added cpu module with basic structure and initial function outlines for core operations, set up initial memory allocation patterns.
- tidied up cpu code to improve readability, removed unused variables, and streamlined control flow in functions.
- began implementation of acpi, defining key data structures and laying out the function signatures required for system power management.
- wired up ktest to interface with cpu and acpi modules, ensuring proper data flow and control between the components.
- performed multiple cleanups throughout the codebase, focusing on removing redundant code and addressing formatting inconsistencies.
- fleshed out ktest to include test cases for cpu and acpi functionality, verifying expected behavior under various scenarios.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.