This commit is contained in:
rlfnb 2017-05-11 06:06:22 +00:00 committed by GitHub
commit a7d72d35c7
3 changed files with 3 additions and 3 deletions

View File

@ -204,7 +204,7 @@ int pg_mapkernel(void)
void vm_enable_paging(void)
{
u32_t cr0, cr4;
int pgeok;
int pgeok, paeok;
pgeok = _cpufeature(_CPUF_I386_PGE);

View File

@ -40,7 +40,7 @@ typedef struct _st_init_info_t {
typedef struct st_alloc_pages {
int num_pages;
void *virt_addr;
uint32_t phys_addr;
phys_bytes phys_addr;
struct st_alloc_pages *previous;
} st_alloc_pages;

View File

@ -1261,7 +1261,7 @@ _MKVARS.yes+= \
MKSYSDEBUG MKLIVEUPDATE MKLLVMCMDS
.if (${MACHINE_ARCH} == "i386")
_MKVARS.yes+= \
MKWATCHDOG MKACPI MKAPIC MKDEBUGREG MKINSTALLBOOT MKPCI
MKWATCHDOG MKACPI MKPAE MKAPIC MKDEBUGREG MKINSTALLBOOT MKPCI
.endif
.for var in ${_MKVARS.yes}