An open API service indexing awesome lists of open source software.

https://github.com/stenbror/minimalos

Minimal OS written in Rust for booting on hardware or QEMU
https://github.com/stenbror/minimalos

Last synced: about 2 months ago
JSON representation

Minimal OS written in Rust for booting on hardware or QEMU

Awesome Lists containing this project

README

          

# MinimalOS

How to build docker environment for building rust OS. \
\
docker build . \
\
Remeber to change access rights for os folder: \
\
chmod 777 os \
\
docker run -v "$(pwd)/os":/home/osbuild -it [Hash Value of Image from build step above]\
\
Inside docker image, execute script:\
./build.sh \
\
On the host machine, while qemu is installed on host machine, start with: \
\
sudo qemu-system-x86_64 --drive format=raw,file=os/target/x86_64-minimalos/debug/bootimage-minimalos.bin