Merge 72455a746b into d5e4fc0151
This commit is contained in:
commit
a7d72d35c7
|
|
@ -204,7 +204,7 @@ int pg_mapkernel(void)
|
||||||
void vm_enable_paging(void)
|
void vm_enable_paging(void)
|
||||||
{
|
{
|
||||||
u32_t cr0, cr4;
|
u32_t cr0, cr4;
|
||||||
int pgeok;
|
int pgeok, paeok;
|
||||||
|
|
||||||
pgeok = _cpufeature(_CPUF_I386_PGE);
|
pgeok = _cpufeature(_CPUF_I386_PGE);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ typedef struct _st_init_info_t {
|
||||||
typedef struct st_alloc_pages {
|
typedef struct st_alloc_pages {
|
||||||
int num_pages;
|
int num_pages;
|
||||||
void *virt_addr;
|
void *virt_addr;
|
||||||
uint32_t phys_addr;
|
phys_bytes phys_addr;
|
||||||
struct st_alloc_pages *previous;
|
struct st_alloc_pages *previous;
|
||||||
} st_alloc_pages;
|
} st_alloc_pages;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1261,7 +1261,7 @@ _MKVARS.yes+= \
|
||||||
MKSYSDEBUG MKLIVEUPDATE MKLLVMCMDS
|
MKSYSDEBUG MKLIVEUPDATE MKLLVMCMDS
|
||||||
.if (${MACHINE_ARCH} == "i386")
|
.if (${MACHINE_ARCH} == "i386")
|
||||||
_MKVARS.yes+= \
|
_MKVARS.yes+= \
|
||||||
MKWATCHDOG MKACPI MKAPIC MKDEBUGREG MKINSTALLBOOT MKPCI
|
MKWATCHDOG MKACPI MKPAE MKAPIC MKDEBUGREG MKINSTALLBOOT MKPCI
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.for var in ${_MKVARS.yes}
|
.for var in ${_MKVARS.yes}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user