\documentclass{article}
\usepackage{html}
\begin{document}
\title{OS Course Notes}
\author{Kapil Hari Paranjape
\thanks{To re-iterate what has been stated
\htmladdnormallink{elsewhere}{/~kapil}\ldots
Unless stated otherwise the material herein is authored by me, is to be
regarded as ``Free or Azad or Mukta Software'' and is available
under the terms of the
\htmladdnormallink{GNU General Public
License}{/~kapil/GPL.txt}
also known as the 
\htmladdnormallink{GPL}{http://www.gnu.org/licenses/gpl.txt}.
}}
\maketitle

Under this page I will collect material for my course on
Operating Systems. As you can see there is not much yet!

The \htmladdnormallink{Course Contents}{course_contents.shtml}
as planned at the start of the course. The \htmladdnormallink{list of
references}{course_contents.html#books} has been updated.

There are some \htmladdnormallink{online resources}{ix86.html}
regarding the ix86 hardware that are useful to understand the most
popular machines used for GNU/Linux.

To begin with you can download an
\htmladdnormallink{archive}{toot1.tar.gz}
and install with {\tt tar xzf toot1.tar.gz}. This should unpack into its
own directory called {\tt toot1}. Change directory to that directory
and execute {\tt ./run\_toot}.  After this you should be able to play
around with a rather minimal GNU/Linux system.  All changes you
make within this environment should be non-desctructive. If the
system hangs go to another terminal window and type {\tt killall
linux}. The system also shuts down when you type exit at the
command prompt.

\begin{enumerate}
	\item \htmladdnormallink{Part I}{osintro.html}: What is an
		Operating System good for?
\end{enumerate}

\begin{htmlonly}
\htmlrule
\section*{Source TeX files for this course}
May the {\bf source} be with you! This source was converted into {\tt
HTML} using Nicos Drakos' package \latextohtml\ with the following
\htmladdnormallink{.latex2html-init}{.latex2html-init} configuration
file.
\begin{enumerate}
	\item \htmladdnormallink{index.tex}{index.tex}
	\item \htmladdnormallink{course\_contents.tex}{course_contents.tex}
	\item \htmladdnormallink{osintro.tex}{osintro.tex}
\end{enumerate}
\end{htmlonly}
\end{document}
