Tool for making disk images.
- C 97.2%
- Makefile 2.8%
| include | added feature to set fat label in gpt, begin on adding support for making cd's. | |
| source | Bugfix for fat32. | |
| testdir/subby | init | |
| tests | cleaning up & dropped support for cd. | |
| .gitignore | Add more reserved sectors for fat16. | |
| LICENSE | update license year | |
| Makefile | Add more reserved sectors for fat16. | |
| README.md | some fat improvements & allow bootsector inside partition. | |
imgr
A simple tool for making disk images. Useful for virtual machines, os development, uefi development etc.
⚠️ Note that imgr is still in active development.
Features:
- format to leanfs.
- format to fat32.
- format to fat16.
- legacy mbr.
- uefi gpt.
- copy whole folders to partition.
- multiple partitions.
Todo:
- finish ext4
- finish leanfs (currently only formatting is supported).
- fix lots of compiler warnings.
Building:
make
License:
MIT.