1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Move KERNBASE to -2GB.

Currently, we cannot increase KVA more than 2GB.
This commit is contained in:
Hidetoshi Shimokawa 2003-06-22 13:02:45 +00:00
parent bfcd2ec739
commit e07324646e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116685

View File

@ -117,7 +117,7 @@
#define KPML4I (NPML4EPG-1) /* Top 512GB for KVM */
#define DMPML4I (KPML4I-1) /* Next 512GB down for direct map */
#define KPDPI (NPDPEPG-1) /* kernbase at -1GB */
#define KPDPI (NPDPEPG-2) /* kernbase at -2GB */
/*
* XXX doesn't really belong here I guess...