From ac467d58e809a97e60213e6d374e5f5a7a28e297 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 23 Jan 1997 23:21:40 +0000 Subject: [PATCH] Set LOADADDRESS makeoption so that these kernels can be net-booted. This is a waste of memory, but is useful in GENERIC kernels. --- sys/arch/alpha/conf/ALPHA | 7 ++++++- sys/arch/alpha/conf/GENERIC | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index 31bab5128750..5476e4b02465 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -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* diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index fb791a03010f..ff6cf605c444 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -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*