Set LOADADDRESS makeoption so that these kernels can be net-booted.

This is a waste of memory, but is useful in GENERIC kernels.
This commit is contained in:
cgd 1997-01-23 23:21:40 +00:00
parent 1fca013b1e
commit ac467d58e8
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.33 1997/01/15 01:28:28 perry Exp $
# $NetBSD: ALPHA,v 1.34 1997/01/23 23:21:40 cgd Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,6 +6,11 @@ include "arch/alpha/conf/std.alpha"
maxusers 8
# set kernel load address a bit higher to allow kernel to be netbooted.
# if not netbooting, the "makeoptions LOADADDRESS" line can be commented
# out to save a fair chunk (~850k) of RAM.
makeoptions LOADADDRESS="fffffc0000300000"
# CPU Support
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
options DEC_3000_300 # Pelican etc: 3000/300*

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.35 1997/01/15 01:28:30 perry Exp $
# $NetBSD: GENERIC,v 1.36 1997/01/23 23:21:42 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -6,6 +6,11 @@ include "arch/alpha/conf/std.alpha"
maxusers 8
# set kernel load address a bit higher to allow kernel to be netbooted.
# if not netbooting, the "makeoptions LOADADDRESS" line can be commented
# out to save a fair chunk (~850k) of RAM.
makeoptions LOADADDRESS="fffffc0000300000"
# CPU Support
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
options DEC_3000_300 # Pelican etc: 3000/300*