summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.amd64
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1999-03-11 18:28:46 +0000
committerdg <dg@FreeBSD.org>1999-03-11 18:28:46 +0000
commit2d2ba9f6b47182b2d48081144cc208dca019a94e (patch)
tree8520c5f424364269c239a67b1e36632f1965afac /sys/conf/ldscript.amd64
parent46e4df1a8bd7440771e2cea258c9bb659c670008 (diff)
downloadFreeBSD-src-2d2ba9f6b47182b2d48081144cc208dca019a94e.zip
FreeBSD-src-2d2ba9f6b47182b2d48081144cc208dca019a94e.tar.gz
Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed
bootblocks in order to boot the kernel after this! Also note that this change breaks BSDI BSD/OS compatibility. Also increased default NKPT to 17 so that FreeBSD can boot on machines with >=2GB of RAM. Booting on machines with exactly 4GB requires other patches, not included.
Diffstat (limited to 'sys/conf/ldscript.amd64')
-rw-r--r--sys/conf/ldscript.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.amd64 b/sys/conf/ldscript.amd64
index e5d3b90..89573fe 100644
--- a/sys/conf/ldscript.amd64
+++ b/sys/conf/ldscript.amd64
@@ -5,7 +5,7 @@ SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/obj/elf/home/src/tmp/usr/i386-unknown-free
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0xf0100000 + SIZEOF_HEADERS;
+ . = 0xc0100000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
OpenPOWER on IntegriCloud