diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:36:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:36:06 +0000 |
commit | dc0579220c8c77047b26fbba5e50009778e69238 (patch) | |
tree | b6ce63aa363c54273750d498240d85511642d1b1 /sys/arch/mac68k | |
parent | 98d8cbbda61ac11b68369ffe75284437307969e7 (diff) |
nice docs at top of GENERIC
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index ec8b7d4f35b..d2500af1018 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,7 +1,13 @@ -# $OpenBSD: GENERIC,v 1.37 2004/12/03 06:37:51 miod Exp $ -# $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ +# $OpenBSD: GENERIC,v 1.38 2005/04/30 00:36:04 deraadt Exp $ # -# GENERIC - an all-in-one kernel for the mac68k +# For further information on compiling OpenBSD kernels, see the config(8) +# man page. +# +# For further information on hardware support for this architecture, see +# the intro(4) man page. For further information about kernel options +# for this architecture, see the options(4) man page. For an explanation +# of each device driver in this file see the section 4 man page for the +# device. machine mac68k m68k include "conf/GENERIC" |