Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (update usage info)
(+ some info)
Line 1: Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
{{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 [[FAT12]] floppy image with.

== Current Release ==
The current release of fat_imgen can be downloaded from its [http://www.ohloh.net/projects/fat_imgen Ohloh project page]. It is licensed under the GPL v3. The source code shows many aspects of working with [[FAT12]] images.


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].
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].

==Download==
You can download fat_imgen from its [http://www.ohloh.net/projects/fat_imgen Ohloh project page].


==Usage==
==Usage==
Usage:
Usage: fat_imgen image boot_sector filename
<pre>
fat_imgen <image> <boot_sector> <filename>
</pre>


Where:
Where:
* image is the output image file.
* '''<image>''' is the output image file.
* boot_sector is the file to use as boot sector.
* '''<boot_sector>''' is the file to use as boot sector.
* filename is the name of the file to copy onto the image.
* '''<filename>''' is the name of the file to copy onto the image.

== See Also ==
=== External Links ===
* [http://www.ohloh.net/projects/fat_imgen Ohloh Project Page]


[[Category:Disk Image Utilities]]
[[Category:Disk Image Utilities]]

Revision as of 10:06, 29 October 2008

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

Current Release

The current release of fat_imgen can be downloaded from its Ohloh project page. It is licensed under the GPL v3. The source code shows many aspects of working with FAT12 images.

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

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