diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-16 10:42:23 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-16 10:42:23 +0000 |
commit | df988777a0aa099b233b24b5b45d78643ef05acf (patch) | |
tree | 59eafb2076850e75d16bf0b78e6e1eeb5cb7dd25 /sys/arch/hp300/conf/DISKLESS | |
parent | 4aefd32ee77b4b1a48834fe3fc4a35d9c63b2479 (diff) |
Add initial ram disk support.
Diffstat (limited to 'sys/arch/hp300/conf/DISKLESS')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 6a1e6f312ad..1921913c03e 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.11 1997/02/10 06:43:26 downsj Exp $ +# $OpenBSD: DISKLESS,v 1.12 1997/02/16 10:42:14 downsj Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -6,7 +6,7 @@ machine hp300 m68k -# Include all GENERIC option +# Include all GENERIC options include "../../../conf/GENERIC" # Support for various CPU types |