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
- Host: GitHub
- URL: https://github.com/stenbror/minimalos
- Owner: stenbror
- Created: 2023-02-26T13:46:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T16:49:40.000Z (over 3 years ago)
- Last Synced: 2025-01-18T07:13:07.372Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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