Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (fix page title)
No edit summary
 
(41 intermediate revisions by 4 users not shown)
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 an utility that is used to create and modify [[FAT12]] floppy images with. It is licensed under the Fair License.


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


Windows and Linux users can download the latest stable binaries from [http://sourceforge.net/projects/fatimgen/files/ SourceForge].
==Download==
You can download fat_imgen from its [http://www.ohloh.net/projects/fat_imgen Ohloh project page].


==Usage==
== Source code ==
Usage: fat_imgen image bootsector filename


The source code can be checked out from [http://subversion.assembla.com/svn/slipstream/fat_imgen/ http://subversion.assembla.com/svn/slipstream/fat_imgen/].
Where:
It shows many aspects of working with [[FAT12]] images.
* image is the output image file.

* bootsector is the file to use as bootsector (should include a valid BPB).
== See Also ==
* filename is the name of the file to copy onto the image.
=== Articles ===
* [[FAT]]

=== External Links ===
* [http://www.sourceforge.net/projects/fatimgen SourceForge Project Page]
* [http://www.assembla.com/code/slipstream/subversion/nodes/fat_imgen The project's source code]


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

Latest revision as of 23:00, 9 September 2018

fat_imgen is an utility that is used to create and modify FAT12 floppy images with. It is licensed under the Fair License.

Binaries

Windows and Linux users can download the latest stable binaries from SourceForge.

Source code

The source code can be checked out from http://subversion.assembla.com/svn/slipstream/fat_imgen/. It shows many aspects of working with FAT12 images.

See Also

Articles

External Links