X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.pod;fp=virt-mem.pod;h=9a4fd327eebee10da205254d7b8cd1426f8a0a95;hp=cbfd0bba4d978177a5c6740f7199a437e69174f1;hb=b8aef502747b039b20877f99f3d8986b6a9329d2;hpb=cff362eeae70e605684036e02f9624eeb6872f83 diff --git a/virt-mem.pod b/virt-mem.pod index cbfd0bb..9a4fd32 100644 --- a/virt-mem.pod +++ b/virt-mem.pod @@ -97,7 +97,7 @@ Display version and exit. =item B<-E auto|littleendian|bigendian> -=item B<-T auto|i386|x86-64|I
> +=item B<-T auto|i386|x86-64|I
|I> =item B<-W auto|32|64> @@ -115,11 +115,14 @@ so on. I<-E littleendian> is the endianness used on Intel i386, x86-64 and (usually) IA64. I<-E bigendian> is the endianness used on many RISC chips such as SPARC and PowerPC. -Text address (I<-T>) sets the base address of the kernel image. I<-T -i386> means to try some common addresses for i386-based kernels. I<-T -x86-64> means to try some common addresses for x86-64-based kernels. -I<-T I
> sets the address specifically (I<0x> prefix is used -to specify hex addresses). +Text address (I<-T>) sets the base address and optionally min and max +addresses of the kernel image. I<-T i386> means to try some common +addresses for i386-based kernels. I<-T x86-64> means to try some +common addresses for x86-64-based kernels. + +I<-T address> sets the kernel base address specifically (I<0x> prefix +is used to specify hex addresses). I<-T address,min,max> sets the +kernel base address, minimum address and maximum address. Word size (I<-W>) sets the word size, 32 or 64 bits.