File: index.html

package info (click to toggle)
modutils 2.1.85-11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,020 kB
  • ctags: 1,024
  • sloc: ansic: 9,324; sh: 2,180; lex: 484; yacc: 362; makefile: 309
file content (62 lines) | stat: -rw-r--r-- 2,388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<HTML>
<HEAD>
<TITLE>Modutils for Debian/GNU Linux</TITLE>
</HEAD>

<BODY BGCOLOR=white>
<CENTER><H1>Modutils for Debian/GNU Linux</H1></CENTER><GR>

This package contains programs used to manage a Linux modular
kernel. Utilities to insert and remove modules both automatically
as manual are included, as well as tools manage modules and kernel
symbols.<P>
This package is required if you want to compile a kernel with
module support enabled.<P>

Documentation included with this package:
<TABLE BORDER=2>
<TR><TD><STRONG>Filename</STRONG></TD><TD><STRONG>Description</STRONG></TD></TR>
<TR><TD><A HREF="BUGS">BUGS</A></TD>
		<TD>List of known bugs</TD></TR>
<TR><TD><A HREF="CREDITS">CREDITS</A></TD>
		<TD>List of people involved in making this</TD></TR>
<TR><TD><A HREF="README">README</A></TD>
		<TD>Upstream README</TD></TR>
<TR><TD><A HREF="README.depmod">README.depmod</A></TD>
		<TD>Upstream changes for depmod</TD></TR>
<TR><TD><A HREF="README.kerneld.gz">README.kerneld.gz</A></TD>
		<TD>Information about using kerneld</TD></TR>
<TR><TD><A HREF="README.ppp-slip">README.ppp-slip</A></TD>
		<TD>Sample showing on-demand PPP or SLIP dialing</TD></TR>
<TR><TD><A HREF="TODO">TODO</A></TD>
		<TD>Upstream todo-list</TD></TR>
<TR><TD><A HREF="changelog">changelog</A></TD>
		<TD>Upstream changelog</TD></TR>
<TR><TD><A HREF="changelog.Debian">changelog.Debian</A></TD>
		<TD>Debian package changelog</TD></TR>
</TABLE>

Some notes about how I packaged the modutils:
<UL>
    <LI> I modified depmod and modprobe so they print the pathlist only when
         <CODE>-v</CODE> is given.
	<LI> kerneld is compiled without the "pid" extensions. See README.kerneld
	     for more information.
    <LI> the "persist" extension is also not included, since it is still
         experimental.  See README.kerneld and the example sources
		 check_persist.c and admpersist in the source for more
		 information.
    <LI> support for older kernels in insmod is still relatively untested.
	<LI> only 2.x.x kernels are supported
	<LI> if you want to compile this package, you must have:
	  <OL>
	      <LI> binutils 2.7.0.9 or later 
	 	  <LI> kernel includes from a 2.1 kernel (the newer the better). 
		  <LI> a C compiler (obviously)
	  </OL>
</UL>
<HR>
Wichert Akkerman, <A HREF="mailto:wakkerma@wi.leidenuniv.nl">
wakkerma@wi.leidenuniv.nl</A>, Mon, 21 Apr 1997 22:27:36 +0200
</BODY>
</HTML>