Subject: CVS commit: syssrc/sys/lkm/compat
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 03/25/2002 08:52:44
Module Name:	syssrc
Committed By:	kent
Date:		Mon Mar 25 06:52:44 UTC 2002

Modified Files:
	syssrc/sys/lkm/compat: Makefile
Added Files:
	syssrc/sys/lkm/compat/pecoff: Makefile lkminit_emul.c

Log Message:
Introduce a new LKM `compat_pecoff'
Add it to SUBDIR.

To enable PECOFF, do the following:
	# modload /usr/lkm/compat_pecoff.o
	*then*
	# modload /usr/lkm/exec_pecoff.o


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/lkm/compat/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/lkm/compat/pecoff/Makefile \
    syssrc/sys/lkm/compat/pecoff/lkminit_emul.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.