diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
commit | 86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (patch) | |
tree | 5d95abcaf58d01703a30c7ab600537d3b8f67989 /sys/arch/hp300/conf/DISKLESS | |
parent | e2cd6c399798843e13e76f49dc8ee048b51f99f1 (diff) |
update from netbsd (verbatim)
Diffstat (limited to 'sys/arch/hp300/conf/DISKLESS')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 7ab1eebebd4..ddece0f7b0a 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.3 1995/10/10 02:12:37 thorpej Exp $ +# $NetBSD: DISKLESS,v 1.4 1995/11/28 08:47:39 thorpej Exp $ # # Diskless HP 9000/300-series workstation. # @@ -51,7 +51,10 @@ options FPSP # floating point interface for 68040 options USELEDS # make the lights twinkle #options PANICBUTTON # two fast <reset>s on HIL dump kernel -# XXX DOESN'T WORK YET! +# +# HP-UX binary compatibility. +# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. +# #options COMPAT_HPUX # HP-UX binary compatibility # Debugging options |