diff options
-rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 81bafbc..8741077 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -32,6 +32,7 @@ hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported +options API_UP1000 # UP1000 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options DEC_EB64PLUS # EB64+, Aspen Alpine, etc diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 81bafbc..8741077 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -32,6 +32,7 @@ hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported +options API_UP1000 # UP1000 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options DEC_EB64PLUS # EB64+, Aspen Alpine, etc |