diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-28 16:50:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-28 16:50:39 +0000 |
commit | a96b359f3a1a8d83a1b175be7ea31a133866ed46 (patch) | |
tree | 21564b264fa17c25c98b7591dbc7eabae6d58293 /sys/arch/alpha/conf | |
parent | 783f2bac78a638f164d651bcf04c5d62daab7cff (diff) |
The IEEE fp stuff changed the rules for how fpu should be enabled.
We kept too much of the old code in trap handling.
This should fix floppies and bsd.rd on some machines.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index c8bedf4af5a..111a9f9d931 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.28 2002/06/19 19:18:51 miod Exp $ +# $OpenBSD: RAMDISKBIG,v 1.29 2002/06/28 16:50:38 art Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -26,6 +26,8 @@ option NO_IEEE # Disable IEEE math # Standard system options maxusers 8 # estimated number of users +option DDB + # File system options option FFS # Fast file system option CD9660 # ISO 9660 + Rock Ridge file system |