Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m removed the lowercase tryout code
m fix page title
Line 1: Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
fat_imgen is a minimalistic utility you can use to create a FAT floppy image with.
fat_imgen is a minimalistic utility you can use to create a FAT floppy image with.



Revision as of 19:14, 28 October 2008

fat_imgen is a minimalistic utility you can use to create a FAT floppy image with.

Currently it does not support modifying existing images, but it's on the TODO list.

Download

You can download fat_imgen from its Ohloh project page.

Usage

Usage: fat_imgen image bootsector filename

Where:

  • image is the output image file.
  • bootsector is the file to use as bootsector (should include a valid BPB).
  • filename is the name of the file to copy onto the image.