bottleos

Crates.iobottleos
lib.rsbottleos
version0.2.0
sourcesrc
created_at2021-02-02 18:06:42.825495
updated_at2021-02-04 17:35:44.886357
descriptionA bare-bones kernel created to teach myself OS internals
homepagehttps://github.com/mayant15/bottleos
repositoryhttps://github.com/mayant15/bottleos
max_upload_size
id349844
size31,832
Mayant Mukul (mayant15)

documentation

https://github.com/mayant15/bottleos

README

BottleOS

build clippy

Teaching myself OS internals by building a kernel.

Build

Get build requirements

# Use Rust nightly for experimental features
rustup override set nightly

# Recompile core libraries
rustup component add rust-src

# For using the bootloader package
rustup component add llvm-tools-preview

Build with cargo

# Build the kernel itself
cargo build

# Or build a bootimage
cargo bootimage

Documentation

The complete documentation can be found here

References

Commit count: 64

cargo fmt