From e755df50cdab297b9941b9905f4a24a65249636c Mon Sep 17 00:00:00 2001 From: dfr Date: Mon, 10 Sep 2001 07:03:59 +0000 Subject: Implement support for MAXMEM option and hw.physmem environment variable which can be used to artificially reduce the memory size of a machine for debugging (or other) purposes. --- sys/conf/options.alpha | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf/options.alpha') diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha index 5422f00..e44a198 100644 --- a/sys/conf/options.alpha +++ b/sys/conf/options.alpha @@ -18,6 +18,8 @@ DEC_3000_500 opt_cpu.h DEC_1000A opt_cpu.h API_UP1000 opt_cpu.h +MAXMEM + PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h -- cgit v1.1