{\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe2052\deftab360{\fonttbl{\f0\fswiss\fprq2\fcharset0 Verdana;}{\f1\froman\fprq2\fcharset0 Times New Roman;}}
\pard\nowidctlpar\sb200\cf2\b0\fs18 The output of this tool is composed of two parts: the page table part and non-page table part. The latter is placed at the beginning of the output file while the former will be placed at the offset specified from option. Page table base address can also be specified by command line option.\par
\pard\nowidctlpar\fi360\sb200 The page table location.\par
\pard\nowidctlpar\sb200 -o, --output Filename\par
\tab The file that contains both non-page table part and page table.\par
[--version]\par
\tab Print version and copyright of this program and exit\par
[-v, --verbose]\par
\pard\nowidctlpar\li360\sb200 Turn on verbose output with informational messages printed. This is a count value, so specifying \endash vv can be used to increase the verbosity level.\par
\pard\nowidctlpar\sb200 [-q, --quiet]\par
\tab disable all messages except FATAL ERRORS\par
[-d, --debug [#]]\par
\tab Enable debug messages, at level #\par
[-h, --help]\par
\tab Print copyright, version and usage of this program and exit\par
\pard\nowidctlpar\li60\sb200\cf2\b0\fs18 1. c:\\Tools\\GenPage.exe \endash f 0x20000 \endash b 0x1000 \endash o loader.img loader.data\par
The loader.data and a 4G range page table with base address 0x1000 will be put into loader.img file. The page table will be placed at offset 0x20000 of loader.img file.\par