----------------------------
revision 1.13
date: 2006/08/23 23:51:29; author: rik; state: Exp; lines: +1 -1
Fix path for source file in files.FOO.
----------------------------
revision 1.12
date: 2006/08/09 21:23:42; author: rik; state: Exp; lines: +122 -22
- Added ability to provide (optional) path to the kernel sources
- Added check of dirs used by example generator
- Fixed path for ${s}/conf/files.FOO and include it via files
directive from config file
- Changed kernel configuration example with the driver: it is
not produced by copying Generic but by including it
- KDB is added to config (for DDB)
- Added module building instead and fixed kernel building
Reviewed by: julian@
----------------------------
revision 1.11
date: 2006/08/09 20:57:24; author: rik; state: Exp; lines: +57 -32
Added copyright templete
Fixed compilation
Reviewed by: julian@
----------------------------
Requested by: yar@
----------------------------
revision 1.24
date: 2006/08/09 10:53:26; author: rik; state: Exp; lines: +24 -3
- Added 'files "files.FOO"' to config for inclusion of user specific files.
- Added KDB option to config file (for DDB).
- Added ability to compile custom kernel.
Discussed with: julian@
----------------------------
revision 1.23
date: 2006/08/06 11:06:35; author: rik; state: Exp; lines: +32 -19
- Added ability to provide (optional) path to the kernel sources
- Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
corresponding file to be able to compile the kernel
- Changed kernel configuration example with the driver: it is not produced by
copying Generic but by including it
- Changed from automatic module building to asking an user if it whants to
Reviewed by: julian@
----------------------------
revision 1.22
date: 2006/08/06 11:04:22; author: rik; state: Exp; lines: +9 -12
Fix compilation.
Reviewed by: julian@
----------------------------
Requested by: yar@
Make this example more real world usable: When the manpage first appeared
is not interesting, when the driver appeared is. Most people who use this
example leave the manpage appearance date in and the driver date out.
firmware(9) is a subsystem to load binary data into the kernel via a
specially crafted module. There are several handrolled sollutions to this
problem in the tree already which will be replaced with this. They
include iwi(4), ipw(4), ispfw(4) and digi(4).
Approved by: re(scottl)
Document that changes to nsswitch.conf might be needed when
compiling with NO_NIS.
[ also see make.conf(5) and nsswitch.conf(5) ]
MFC rev. 1.270 by keramida
Add extra '#' comment characters at the beginning of two
lines that started with TABs, to avoid make(1) warnings introduced
in rev. 1.267.
Replace -fmemoize-lookups -fsave-memoized with a working example,
-fconserve-space. To quote part of the GCC docs on this option:
"Put uninitialized or runtime-initialized global variables into the
common segment, as C does."
MFC after: 2 days
Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)