diff options
Diffstat (limited to 'Documentation/arch/x86')
-rw-r--r-- | Documentation/arch/x86/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/arch/x86/index.md b/Documentation/arch/x86/index.md index a30c5e25f8..c7115b46d2 100644 --- a/Documentation/arch/x86/index.md +++ b/Documentation/arch/x86/index.md @@ -26,9 +26,7 @@ In order to add support for x86_64 the following assumptions were made: * A stage can install new page tables in RAM ## Page tables -Page tables are generated by a tool in `util/pgtblgen/pgtblgen`. It writes -the page tables to a file which is then included into the CBFS as file called -`pagetables`. +A `pagetables` cbfs file is generated based on an assembly file. To generate the static page tables it must know the physical address where to place the file. |