Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (updated usage information)
m (fixed links)
Line 8: Line 8:
== Current Release ==
== Current Release ==


The latest stable source code can be downloaded from the [http://trac.assembla.com/zerospace/browser/jg/fat_imgen/branches/latest_stable '''latest_stable''' branch].
The latest stable source code can be downloaded from the [http://code.assembla.com/jgspace/subversion/nodes/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/zerospace/browser/jg/fat_imgen/trunk SVN repository].
The latest source code (not guaranteed to work) can be downloaded from the [http://code.assembla.com/jgspace/subversion/nodes/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 37: Line 37:
=== 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/zerospace/browser/jg/fat_imgen The project's source code]
* [http://code.assembla.com/jgspace/subversion/nodes/fat_imgen The project's source code]


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

Revision as of 12:20, 14 May 2009

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

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

Main operation mode:
  create IMAGE            Create an image.
                          (Uses a generated boot sector when none specified.)
  modify IMAGE            Modify an image.
  bsect FILE              Create a default FAT12 boot sector.

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

Informative output:
  --help                  Display this information.
  --version               Display version information.

See Also

External Links