diff options
Diffstat (limited to 'chapter06/makedev-inst.sgml')
-rw-r--r-- | chapter06/makedev-inst.sgml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter06/makedev-inst.sgml b/chapter06/makedev-inst.sgml new file mode 100644 index 000000000..582598dbc --- /dev/null +++ b/chapter06/makedev-inst.sgml @@ -0,0 +1,16 @@ +<sect2> +<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> + +</sect2> + |