Note kernel load adress change.
This commit is contained in:
parent
60ae71115a
commit
b63ced481c
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.booters,v 1.2 2001/11/22 00:58:07 thorpej Exp $
|
# $NetBSD: Makefile.booters,v 1.3 2001/11/22 01:30:03 soren Exp $
|
||||||
|
|
||||||
# $S must correspond to the top of the 'sys' tree
|
# $S must correspond to the top of the 'sys' tree
|
||||||
S= ${.CURDIR}/../../../..
|
S= ${.CURDIR}/../../../..
|
||||||
|
@ -32,7 +32,7 @@ CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
|
||||||
# PROG set by parent.
|
# PROG set by parent.
|
||||||
MKMAN= no
|
MKMAN= no
|
||||||
|
|
||||||
# We load the kernel at 512K in from the start of RAM to give the boot
|
# We load the kernel at 420K in from the start of RAM to give the boot
|
||||||
# loader plenty of breathing room. Load the boot loader starting at
|
# loader plenty of breathing room. Load the boot loader starting at
|
||||||
# the second page of RAM.
|
# the second page of RAM.
|
||||||
LOAD_ADDRESS?= 0x88002000
|
LOAD_ADDRESS?= 0x88002000
|
||||||
|
|
Loading…
Reference in New Issue