Open Issues Need Help
View All on GitHubAI Summary: Integrate the dustbox-rs 16-bit DOS emulator into the rou2exOS kernel to allow execution of COM and EXE files directly from the shell. This involves understanding both the rou2exOS kernel's architecture and the dustbox-rs emulator's API, and then implementing the necessary integration points.
A second iteration of the DOS-like hobby OS.
AI Summary: Implement framebuffer support in a Rust-based operating system. This involves modifying the Multiboot2 header to request framebuffer information, then using that information to write directly to the framebuffer, bypassing the text-mode VGA buffer. Testing will involve verifying a green screen is displayed.
A second iteration of the DOS-like hobby OS.