Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cach30verfl0w/osimage
Command-Line Tool to generate image files for Rust Operating Systems
https://github.com/cach30verfl0w/osimage
Last synced: about 2 months ago
JSON representation
Command-Line Tool to generate image files for Rust Operating Systems
- Host: GitHub
- URL: https://github.com/cach30verfl0w/osimage
- Owner: Cach30verfl0w
- License: apache-2.0
- Created: 2023-09-30T20:51:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T15:28:05.000Z (about 1 year ago)
- Last Synced: 2023-10-14T08:36:36.878Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `OSImage`![GitHub](https://img.shields.io/github/license/Cach30verfl0w/OSImage) ![GitHub issues](https://img.shields.io/github/issues/Cach30verfl0w/OSImage) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Cach30verfl0w/OSImage) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/y/Cach30verfl0w/OSImage) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Cach30verfl0w/OSImage/main)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Cach30verfl0w/OSImage)Command-Line Tool to generate image files and run them in QEMU for Rust Operating Systems. Subproject of [`OverflowOS`](https://github.com/Cach30verfl0w/OverflowOS)
## Commands
Here is a list with the commands for this tool:- `build-image` - Build the ISO image from the specified workspace/project
- `image-file` - The name of the image file that should be built by this tool (default: image.img)
- `iso-file` - The name of the ISO file file that should be built by this tool (default: image.iso)
- `block-size` - Size of the sectors in the image file (default: 512 bytes)
- `block-count` - Count of sectors in the image file (default: 93750 sectors)
- `run-qemu` - Run the built image with OVMF in QEMU