Skip to content

stenbror/minimalos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal OS written in Rust for booting on hardware or QEMU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published