https://github.com/rob2309/simpleos-rs
x64 Operating System written in Rust
https://github.com/rob2309/simpleos-rs
Last synced: over 1 year ago
JSON representation
x64 Operating System written in Rust
- Host: GitHub
- URL: https://github.com/rob2309/simpleos-rs
- Owner: Rob2309
- Created: 2021-04-30T16:54:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T15:07:43.000Z (about 5 years ago)
- Last Synced: 2025-02-08T04:18:45.712Z (over 1 year ago)
- Language: Rust
- Size: 187 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleOS-rs
## Building
Build a bootable disk image with `cargo osbuild` or `cargo osbuild --release`.
A file named image.img will then be located in `target/image/x86_64/debug` or `target/image/x86_64/release`