mirror of https://github.com/wolfSSL/wolfBoot.git
x86: paging: fix typo
parent
91bc67cd6c
commit
b82b435a8d
|
@ -25,7 +25,7 @@
|
|||
|
||||
#define PAGE_TABLE_PAGE_SIZE (0x1000)
|
||||
#ifndef PAGE_TABLE_PAGE_NUM
|
||||
/* 7 pages are enough to identity map al 4GB */
|
||||
/* 7 pages are enough to identity map all 4GB */
|
||||
#define PAGE_TABLE_PAGE_NUM 7
|
||||
#endif /* PAGE_TABLE_PAGE_NUM */
|
||||
|
||||
|
|
Loading…
Reference in New Issue