.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SRMBOOTFAT" "1" "07 October 2013" "srmbootfat" "" .SH NAME srmbootfat \- Linux/Alpha SRM boot block composer .SH SYNOPSIS \fBsrmbootfat\fR \fBfilesystem_image\fR \fBboot_file\fR .SH "DESCRIPTIONS" .PP This tool is a quick hack and is not supposed to exist in its present state for long. .PP \fBSrmbootfat\fR finds \fIboot_file\fR in the root directory of the FAT file system stored in file \fIfilesystem_image\fR and makes it bootable by writing the appropriate SRM boot block into the file system image file. This will work only on unpartitioned disks (such as floppies), because otherwise the boot block would need to be written into the partition table, which is outside the file system. However, a hard drive containing a FAT file system would most probably be partitioned using the PC partition table, which SRM cannot boot from anyway. .PP The bootloader (\fIboot_file\fR) must be contiguous, i.e. occupy consecutive blocks. .SH "ARGUMENTS" .PP .TP \fB\fIfilesystem_image\fB\fR The name of the file containing a FAT file system image, e.g. \fI/dev/fd0\fR\&. .TP \fB\fIboot_file\fB\fR The file name of the bootloader. .SH "AUTHOR" .PP Nikita Schmidt .SH "SEE ALSO" .PP \fBaboot\fR(8), \fBmke2fs\fR(8), \fBe2writeboot\fR(8)