Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
mNo edit summary
m (support for modifying images is there now)
Line 1: Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
'''fat_imgen''' is a minimalistic utility you can use to create a [[FAT12]] floppy image with. It is licensed under the GPL v3.
'''fat_imgen''' is a utility you can use to create and modify [[FAT12]] floppy images with. It is licensed under the GPL v3.

Currently it does not support modifying existing images, but it's on the [http://trac.assembla.com/ambient/browser/fat_imgen/branches/latest_stable/TODO.txt TODO list].


== Binaries ==
== Binaries ==
Line 14: Line 12:
== Source Code ==
== Source Code ==


The latest source code -not guaranteed to work- can be downloaded from the [http://trac.assembla.com/ambient/browser/fat_imgen/trunk SVN repository].
The latest source code (not guaranteed to work) can be downloaded from the [http://trac.assembla.com/ambient/browser/fat_imgen/trunk SVN repository].
The source code shows many aspects of working with [[FAT12]] images.
The source code shows many aspects of working with [[FAT12]] images.



Revision as of 08:37, 4 November 2008

fat_imgen is a utility you can use to create and modify FAT12 floppy images with. It is licensed under the GPL v3.

Binaries

For Windows users, the latest stable binaries can be downloaded from the Ohloh project page.

Current Release

The latest stable source code can be downloaded from the latest_stable branch.

Source Code

The latest source code (not guaranteed to work) can be downloaded from the SVN repository. The source code shows many aspects of working with FAT12 images.

Usage

Usage:

fat_imgen <image> <boot_sector> <filename>

Where:

  • <image> is the output image file.
  • <boot_sector> is the file to use as boot sector.
  • <filename> is the name of the file to copy onto the image.

See Also

External Links