top of page
Cog OS
Cog-OS is a minimal operating system built using Rust, designed to run on x86_64 architecture. It provides a simple kernel that can be compiled and run using QEMU. The project includes a commands.txt file where users can specify commands to be executed, with available commands defined in the src/commands directory. To get started, users can navigate to the install directory and run cargo bootimage to compile the kernel, then use QEMU to launch the OS. Future updates may include features like USB driver support, directory management, cross-boot saving, and Python support for the spoke module.
Links
bottom of page
