X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-mem.txt;h=1b368164445b3a045103f9bbac9a4327ac3f5871;hb=84d0aa79c1d635a5e5e56064c0cd3a31b6051703;hp=9c00d79ae7d5164f9d2395da152f093adb619398;hpb=b70c967911e197b74d6d7ad98e3df9240d82572f;p=virt-mem.git diff --git a/virt-mem.txt b/virt-mem.txt index 9c00d79..1b36816 100644 --- a/virt-mem.txt +++ b/virt-mem.txt @@ -85,7 +85,7 @@ COMMON OPTIONS Display version and exit. -E auto|littleendian|bigendian - -T auto|i386|x86-64|*address* + -T auto|i386|x86-64|*address*|*address,min,max* -W auto|32|64 These options force the endianness, text address, and word size for the subsequent domains listed on the command line (or if no domains @@ -101,11 +101,14 @@ COMMON OPTIONS x86-64 and (usually) IA64. *-E bigendian* is the endianness used on many RISC chips such as SPARC and PowerPC. - Text address (*-T*) sets the base address of the kernel image. *-T - i386* means to try some common addresses for i386-based kernels. *-T - x86-64* means to try some common addresses for x86-64-based kernels. - *-T *address** sets the address specifically (*0x* prefix is used to - specify hex addresses). + Text address (*-T*) sets the base address and optionally min and max + addresses of the kernel image. *-T i386* means to try some common + addresses for i386-based kernels. *-T x86-64* means to try some + common addresses for x86-64-based kernels. + + *-T address* sets the kernel base address specifically (*0x* prefix + is used to specify hex addresses). *-T address,min,max* sets the + kernel base address, minimum address and maximum address. Word size (*-W*) sets the word size, 32 or 64 bits.