Lab 4
-----

Due: Week of Mar 15
-------------------

Resources (from csci251 home page)
----------------------------------
Read the Frugal Install documents from the course web site.

Task
----
Complete a Tiny Core Frugal Hard Disk Install.
Install Tiny Core on a single partition on a virtual hard drive.

Notes
-----
1. I followed the instructions as given in the Frugal Install document
except for the set-up of the tce directory. I recursively copied the
cde directory on the virtual CD to tce on the virtual hard drive and
changed the permissions  by executing:

   chmod -R u+rwX tce


2. To shutdown, execute:

   poweroff

3. As an alternative to Note 1, one can create an empty tce directory
and load and configure the GUI packages by executing:

   tce-load -wi Xvesa Xprogs flwm_topside wbar
   startx

Deliverables
------------
(1) Shutdown box. Remove the iso image from the virtual CD drive and
boot box.

Now that you have a hard disk install  you should shutdown the
machine before turning off the power. 

(2) Install antiX (or one of the other lightweight distributions from the
previously referenced Wiki list (other than TinyCore)). Write HelloWorld
in C, compile it and demonstrate it executing under antiX.
