SkillAgentSearch skills...

Os

A simple kernel written in Rust for studying purposes.

Install / Use

/learn @arbel03/Os
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Screenshots

screenshot

Compilation Manual

A linux environment is needed for compiling, dosfstools is needed to generate a disk img.

Install Rust

Install rustup from https://www.rustup.rs

Configure Rust

Set the default keychain to nightly: rustup override add nightly

Install Xargo

Install Xargo, a wrapper for cargo that eases cross compilation.
cargo install xargo
Add the rust source code component for cross compiling (needed by xargo).
rustup component add rust-src

Run

Run using ./run.sh

TwoUnderscorez's OS

An operating system similar to mine, but written in C, utilizes paging and implements ext2, click here to check it out!

Related Skills

View on GitHub
GitHub Stars52
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Rust

Security Score

97/100

Audited on Oct 21, 2025

No findings