Fat imgen: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (fix the URLs once more)
No edit summary
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
{{DISPLAYTITLE:{{lcfirst:{{PAGENAMEE}}}}}}
'''fat_imgen''' is a utility you can use to create and modify [[FAT12]] floppy images with. It is licensed under the GPL v3.
'''fat_imgen''' is an utility that is used to create and modify [[FAT12]] floppy images with. It is licensed under the Fair License.


== Binaries ==
== Binaries ==


For Windows users, the latest stable binaries can be downloaded from the [http://www.ohloh.net/projects/fat_imgen Ohloh project page].
Windows and Linux users can download the latest stable binaries from [http://sourceforge.net/projects/fatimgen/files/ SourceForge].


== Current Release ==
== Source code ==


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 source code can be checked out from [http://subversion.assembla.com/svn/slipstream/fat_imgen/ http://subversion.assembla.com/svn/slipstream/fat_imgen/].
It shows many aspects of working with [[FAT12]] images.


== Source Code ==
== See Also ==
=== Articles ===
* [[FAT]]


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 source code shows many aspects of working with [[FAT12]] images.

==Usage==
<pre>
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.
</pre>

== See Also ==
=== External Links ===
=== External Links ===
* [http://www.ohloh.net/projects/fat_imgen Ohloh Project Page]
* [http://www.sourceforge.net/projects/fatimgen SourceForge Project Page]
* [http://trac.assembla.com/zerospace/browser/jg/fat_imgen The project's source code]
* [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