Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/lkm/compat



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.




Home | Main Index | Thread Index | Old Index