/OSImage

Command-Line Tool to generate image files for Rust Operating Systems

Primary LanguageRustApache License 2.0Apache-2.0

OSImage

GitHub GitHub issues GitHub code size in bytes GitHub commit activity (branch) GitHub last commit (branch) GitHub pull requests

Command-Line Tool to generate image files and run them in QEMU for Rust Operating Systems. Subproject of 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