Initial. Don't... just don't ask.

This commit is contained in:
Ryan McGrath 2011-02-24 00:22:00 -08:00
commit 00bae13bba
586 changed files with 129057 additions and 0 deletions

14
README Normal file
View file

@ -0,0 +1,14 @@
This is an _alpha_ release. Don't use it if you are not interested in
svgalib development.
Program using svgalib 1.9.0 or later don't need root provoleges (suid
root). They do need access to /dev/svga, which is a char device
with major 209 and minor 0.
The module svgalib_helper need also be inserted.
To make the devices, and the module (kernel 2.4 or newer), change to directory
kernel/svgalib_helper, and type make install.
There is a compile time option to return to old behaviour, of using root
privileges to access /dev/mem, instead of svgalib helper. To compile for this
select the NO_HELPER option in Makefile.cfg.