aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-04-09 15:43:23 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-04-09 15:43:23 +0000
commitcde7428ada585979b1bacc77d7c16536ac603378 (patch)
tree746f7a8ee985ed33b1e549b0e81fcc95cf295bef /FAQ
parentdc1aa9d151580b9575bc68107b2295b039de610a (diff)
downloaddoc-cde7428ada585979b1bacc77d7c16536ac603378.tar.gz
doc-cde7428ada585979b1bacc77d7c16536ac603378.zip
Forgot to mention which file to edit.
Notes
Notes: svn path=/head/; revision=4653
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ/hackers.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ/hackers.sgml b/FAQ/hackers.sgml
index b82d9554a4..44df806178 100644
--- a/FAQ/hackers.sgml
+++ b/FAQ/hackers.sgml
@@ -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 -->
<sect>
@@ -546,7 +546,8 @@ Cc: current@FreeBSD.ORG
0x100100000; the result is 0xc0100000 for a 1 GB address space.
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
- 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>
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")