📓 devlog · 2026-08-03
- implemented syscall in the kernel, handling input and output operations for better interaction with user processes.
- wired up syscall to ensure proper communication between user space and kernel space, adjusting control flow for seamless execution.
- cleaned up codebase multiple times, focusing on removing redundant code and improving readability across various modules.
- added stub for rtc, laying the groundwork for real-time clock functionality, enabling time management features in future updates.
- addressed whitespace issues in several files, ensuring consistent formatting and adherence to style guidelines throughout the project.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.