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
-
Notifications
You must be signed in to change notification settings - Fork 0
stenbror/minimalos
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Minimal OS written in Rust for booting on hardware or QEMU
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published