README V 1.0
-------------

This directory should contain 4 files

README
smii.o
Space.c
smii_module

To install the Screen Machine driver you normally only need the 
smii_module. Type insmod smii_module as root to install.
In the case where the default major number (22) conflicts with one 
of your drivers, you can change it.


Howto change the major number of the smii_module
------------------------------------------------

In the file Space.c change the 22 in  the line:

int smiiMajor = 22;

to the desired major number. The type the following

cc -r smii.o Space.c -o smii_module

