Fat imgen

From OSDev.wiki
Revision as of 10:45, 28 October 2008 by osdev>Bughunter (removed the lowercase tryout code)
Jump to navigation Jump to search

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.