Forgot to mention which file to edit.
This commit is contained in:
parent
dc1aa9d151
commit
cde7428ada
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4653
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: hackers.sgml,v 1.15 1999-03-29 18:55:01 jesusr Exp $ -->
|
<!-- $Id: hackers.sgml,v 1.16 1999-04-09 15:43:23 des Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect>
|
<sect>
|
||||||
|
@ -546,7 +546,8 @@ Cc: current@FreeBSD.ORG
|
||||||
0x100100000; the result is 0xc0100000 for a 1 GB address space.
|
0x100100000; the result is 0xc0100000 for a 1 GB address space.
|
||||||
Set <tt/LOAD_ADDRESS/ in <tt>src/sys/i386/conf/Makefile.i386</tt>
|
Set <tt/LOAD_ADDRESS/ in <tt>src/sys/i386/conf/Makefile.i386</tt>
|
||||||
to that value; then set the location counter in the beginning of
|
to that value; then set the location counter in the beginning of
|
||||||
the section listing to the same value, as follows:
|
the section listing in <tt>src/sys/i386/conf/kernel.script</tt>
|
||||||
|
to the same value, as follows:
|
||||||
|
|
||||||
<verb>
|
<verb>
|
||||||
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
||||||
|
|
Loading…
Reference in a new issue