A second iteration of the DOS-like hobby OS.

assembly assembly-x86 operating-system os-kernel osdev rust rust-kernel rust-osdev
2 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
documentation enhancement help wanted

A second iteration of the DOS-like hobby OS.

Rust
#assembly#assembly-x86#operating-system#os-kernel#osdev#rust#rust-kernel#rust-osdev

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.

Complexity: 4/5
enhancement help wanted

A second iteration of the DOS-like hobby OS.

Rust
#assembly#assembly-x86#operating-system#os-kernel#osdev#rust#rust-kernel#rust-osdev