Chameleon

Chameleon Commit Details

Date:2011-05-17 03:34:40 (12 years 11 months ago)
Author:Evan Lojewski
Commit:825
Parents: 824
Message:Added module descriptions / information
Changes:
A/trunk/i386/modules/Resolution/Readme.txt
A/trunk/i386/modules/klibc/Readme.txt
A/trunk/i386/modules/uClibc++/Readme.txt

File differences

trunk/i386/modules/Resolution/Readme.txt
1
2
3
Module:Resolution
Description: This module reads the edid information from the monitor attached to the main display. The module is currently not integrated into trunk and has minimal uses as it stands. Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting.
Dependencies: none
trunk/i386/modules/klibc/Readme.txt
1
2
3
4
Module:klibc
Source: http://www.kernel.org/pub/linux/libs/klibc/
Description: This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient. This is currently only used by the uClibc++ library.
Dependencies: none
trunk/i386/modules/uClibc++/Readme.txt
1
2
3
4
Module:uClibc++
Source: http://cxx.uclibc.org/
Description: This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules. Please note that rtti and exceptions has both been disabled.
Dependencies: klibc

Archive Download the corresponding diff file

Revision: 825