Turn off options JUPITER temporarily.
This may cause problems on some newer accelerators. We might have to write a more accurate detect code.
This commit is contained in:
parent
11442ea916
commit
8cba02bdf9
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.55 2000/12/29 15:18:37 minoura Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 2001/03/10 03:23:09 minoura Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -30,7 +30,7 @@ options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
options JUPITER # support for "Jupiter-X" accelerator
|
||||
#options JUPITER # support for "Jupiter-X" accelerator
|
||||
#options MAPPEDCOPY # use page mapping for large copyin/copyout
|
||||
#options ZSCONSOLE,ZSCN_SPEED="9600" # use serial console
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.37 2000/12/29 15:18:37 minoura Exp $
|
||||
# $NetBSD: INSTALL,v 1.38 2001/03/10 03:23:10 minoura Exp $
|
||||
|
||||
#
|
||||
# INSTALL -- installation kernel.
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.37 $"
|
||||
#ident "INSTALL-$Revision: 1.38 $"
|
||||
|
||||
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
|
||||
|
||||
@ -40,7 +40,7 @@ options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
options JUPITER # support for "Jupiter-X" accelerator
|
||||
#options JUPITER # support for "Jupiter-X" accelerator
|
||||
#options MAPPEDCOPY # use page mapping for large copyin/copyout
|
||||
#options ZSCONSOLE,ZSCN_SPEED="9600" # use serial console
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user