summaryrefslogtreecommitdiff
path: root/memdisk/memdisk.doc
diff options
context:
space:
mode:
Diffstat (limited to 'memdisk/memdisk.doc')
-rw-r--r--memdisk/memdisk.doc9
1 files changed, 9 insertions, 0 deletions
diff --git a/memdisk/memdisk.doc b/memdisk/memdisk.doc
index 59a23089..64d19df3 100644
--- a/memdisk/memdisk.doc
+++ b/memdisk/memdisk.doc
@@ -43,6 +43,15 @@ should typically have an MBR and a partition table. The disk C/H/S
geometry is determined by examining the partition table, so the entire
image should be partitioned for proper operation.
+You can also specify the geometry manually with the following command
+line options (currently untested):
+
+ c=<number> Specify number of cylinders
+ h=<number> Specify number of heads
+ s=<number> Specify number of sectors
+ floppy The image is a floppy image
+ harddisk The image is a hard disk image
+
If you want to recompile it from sources, you will need to make sure that
you have a fairly recent binutils installed. I have been using the
binutils-2.11.90.0.8-9 RPM from RedHat.