Factor out the kernel loading function. Add kernel_min, kernel_max addresses.
[virt-mem.git] / virt-mem.1
index 53f61a1..94be74d 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "VIRT-MEM 1"
-.TH VIRT-MEM 1 "2008-07-14" "virt-mem-0.2.4" "Virtualization Support"
+.TH VIRT-MEM 1 "2008-07-24" "virt-mem-0.2.7" "Virtualization Support"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -224,8 +224,8 @@ Display version and exit.
 .IP "\fB\-E auto|littleendian|bigendian\fR" 4
 .IX Item "-E auto|littleendian|bigendian"
 .PD 0
-.IP "\fB\-T auto|i386|x86\-64|\f(BIaddress\fB\fR" 4
-.IX Item "-T auto|i386|x86-64|address"
+.IP "\fB\-T auto|i386|x86\-64|\f(BIaddress\fB|\f(BIaddress,min,max\fB\fR" 4
+.IX Item "-T auto|i386|x86-64|address|address,min,max"
 .IP "\fB\-W auto|32|64\fR" 4
 .IX Item "-W auto|32|64"
 .PD
@@ -243,11 +243,14 @@ so on.  \fI\-E littleendian\fR is the endianness used on Intel i386,
 x86\-64 and (usually) \s-1IA64\s0.  \fI\-E bigendian\fR is the endianness used on
 many \s-1RISC\s0 chips such as \s-1SPARC\s0 and PowerPC.
 .Sp
-Text address (\fI\-T\fR) sets the base address of the kernel image.  \fI\-T
-i386\fR means to try some common addresses for i386\-based kernels.  \fI\-T
-x86\-64\fR means to try some common addresses for x86\-64\-based kernels.
-\&\fI\-T \fIaddress\fI\fR sets the address specifically (\fI0x\fR prefix is used
-to specify hex addresses).
+Text address (\fI\-T\fR) sets the base address and optionally min and max
+addresses of the kernel image.  \fI\-T i386\fR means to try some common
+addresses for i386\-based kernels.  \fI\-T x86\-64\fR means to try some
+common addresses for x86\-64\-based kernels.
+.Sp
+\&\fI\-T address\fR sets the kernel base address specifically (\fI0x\fR prefix
+is used to specify hex addresses).  \fI\-T address,min,max\fR sets the
+kernel base address, minimum address and maximum address.
 .Sp
 Word size (\fI\-W\fR) sets the word size, 32 or 64 bits.
 .IP "\fB\-A auto|i386|x86\-64|...\fR" 4