Skip to content

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

License

Notifications You must be signed in to change notification settings

Cach30verfl0w/OSImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages