lambdaOS-0.1.0 has been yanked.
lambdaOS
An OS written in Rust and Assembly. It currently only supports the amd64 architecture.
Features
Completed
- VGA driver.
- Paging.
- Keyboard input / PS/2 driver.
- Basic support for PCI devices.
- Basic pre-emptive scheduling.
Building
# Install Rust - follow on-screen instructions. Note - you may have to reload your shell to be able to use Rust
# commands.
|
# Clone repo.
&& # We need to be using the nightly toolchain.
# Install rust-src and xargo for cross-compilation.
&&
# Install dependencies from package manager.
# Build and run lambdaOS