diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-24 01:16:12 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-24 01:16:12 +0000 |
commit | b5a2c0914d4a3b69f4b9067cc570cd259390d1d1 (patch) | |
tree | e950b8f21c13c414a6aa344878a23ec3fed1b6e3 /sys/arch/hp300/conf/GENERIC | |
parent | 428fe47992a7779523cc4d7f505b729b49b8ec7d (diff) |
Add support for COMPAT_SUNOS and enable it.
hp300 now runs sun3 SunOS executables!
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 8a51d303420..59aeeecf069 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 1997/02/16 14:37:08 downsj Exp $ +# $OpenBSD: GENERIC,v 1.18 1997/02/24 01:16:07 downsj Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -41,6 +41,7 @@ option SE_KEYBOARD # include Swedish HIL keymap option COMPAT_HPUX # HP-UX binary compatibility option COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries +option COMPAT_SUNOS # SunOS/sun3 binaries # Verbose descriptions of unconfigured DIO devices # (Warning: this compiles in a large string table) |