To compile you need DOS (WIN) or LINUX.
The compilers used are:
* GNU C
* NASM assembler

HOW TO COMPILE

For DOS (WIN) users
*******************
To make the floppy you have to insert a floppy in the drive and use
> make floppy
This floppy will be used for booting the client.
If you peek the make.bat, you can see that there is also the option "dos"
that can be used by the command
> make dos
It is used only for developers and it is used for testing in DOS.
With this option, a COM file is created. This program is useful for testing
if te network works fine.
The option "dos" must not be used for normal users but only for developers.

For LINUX users
***************
To make the floppy you have to insert a floppy in the drive and use the script
> ./make-lin
This floppy will be used for booting the client.
There is not an option "dos" as the DOS users.

