# RustOS **Repository Path**: maverick117/RustOS ## Basic Information - **Project Name**: RustOS - **Description**: Basic operating system written in Rust. - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple OS in Rust This is a work in progress. RustOS is a kernel written mainly in Rust. ## Things Completed: - Long Mode transfer - Interrupt descriptor table initialization - Interrupt handler registration ## Task List: - Implement a core map (Working on it) - Capture interrupts correctly - Cross into user space - Process and thread management