|
@@ -1,17 +1,6 @@
|
|
<sect2>
|
|
<sect2>
|
|
<title>Installation of MAKEDEV</title>
|
|
<title>Installation of MAKEDEV</title>
|
|
|
|
|
|
-<para>
|
|
|
|
-Install MAKEDEV by running the following commands:
|
|
|
|
-</para>
|
|
|
|
-
|
|
|
|
-<blockquote><literallayout>
|
|
|
|
-
|
|
|
|
- <userinput>sed "s/# 9/9/" MAKEDEV >/dev/MAKEDEV &&</userinput>
|
|
|
|
- <userinput>chmod 754 /dev/MAKEDEV</userinput>
|
|
|
|
-
|
|
|
|
-</literallayout></blockquote>
|
|
|
|
-
|
|
|
|
<para>
|
|
<para>
|
|
Create the device files by running the following commands:
|
|
Create the device files by running the following commands:
|
|
</para>
|
|
</para>
|
|
@@ -19,7 +8,8 @@ Create the device files by running the following commands:
|
|
<blockquote><literallayout>
|
|
<blockquote><literallayout>
|
|
|
|
|
|
<userinput>cd /dev &&</userinput>
|
|
<userinput>cd /dev &&</userinput>
|
|
- <userinput>./MAKEDEV -v generic</userinput>
|
|
|
|
|
|
+ <userinput>./MAKEDEV-temp -v generic &&</userinput>
|
|
|
|
+ <userinput>rm MAKEDEV-temp</userinput>
|
|
|
|
|
|
</literallayout></blockquote>
|
|
</literallayout></blockquote>
|
|
|
|
|