Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m usage info updated
m updated the URLs
Line 8: Line 8:
== Current Release ==
== Current Release ==


The latest stable source code can be downloaded from the [http://trac.assembla.com/ambient/browser/fat_imgen/branches/latest_stable '''latest_stable''' branch].
The latest stable source code can be downloaded from the [http://trac.assembla.com/ambient/browser/j/fat_imgen/branches/latest_stable '''latest_stable''' branch].


== 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/j/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.


Line 31: Line 31:
=== External Links ===
=== External Links ===
* [http://www.ohloh.net/projects/fat_imgen Ohloh Project Page]
* [http://www.ohloh.net/projects/fat_imgen Ohloh Project Page]
* [http://trac.assembla.com/ambient/browser/fat_imgen The project's source code]
* [http://trac.assembla.com/ambient/browser/j/fat_imgen The project's source code]


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

Revision as of 21:44, 8 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 MODE IMAGE [-b file] [-f file]

Main operation mode:
  create IMAGE            Create an image.
  modify IMAGE            Modify an image.

File selection:
  -b                      File to use as boot sector.
  -f                      File to copy onto the image.

See Also

External Links