1
0
Fork
You've already forked imgr
0
Tool for making disk images.
  • C 97.2%
  • Makefile 2.8%
2026年04月09日 22:13:49 +02:00
include added feature to set fat label in gpt, begin on adding support for making cd's. 2026年02月25日 14:50:24 +01:00
source Bugfix for fat32. 2026年04月09日 22:13:49 +02:00
testdir/subby init 2025年01月12日 14:18:32 +01:00
tests cleaning up & dropped support for cd. 2026年02月07日 19:58:37 +01:00
.gitignore Add more reserved sectors for fat16. 2026年04月07日 14:59:46 +02:00
LICENSE update license year 2025年01月12日 14:21:02 +01:00
Makefile Add more reserved sectors for fat16. 2026年04月07日 14:59:46 +02:00
README.md some fat improvements & allow bootsector inside partition. 2026年02月13日 16:52:10 +01:00

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.