diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-05 16:35:33 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-05 16:35:33 +0000 |
| commit | 3bd65612892bf45be964680c677d5f939b06ca39 (patch) | |
| tree | 281a4e3831a5ca364a19928efbfe097201919121 /sys/alpha | |
| parent | 226b96fb6d8a532282d4e9f557370416c7c34972 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/SIMOS | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 7235d2a915b0..a6ce9f26bbd4 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -31,6 +31,8 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +options NO_GEOM + # Platforms supported options API_UP1000 # UP1000, UP1100 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, NoName diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS index ff95cf11ef1a..b6d0ae252a58 100644 --- a/sys/alpha/conf/SIMOS +++ b/sys/alpha/conf/SIMOS @@ -18,6 +18,8 @@ cpu EV5 ident SIMOS maxusers 10 +options NO_GEOM + options DEC_KN8AE options SIMOS options INET #InterNETworking |
