Index: trunk/i386/modules/Resolution/Readme.txt =================================================================== --- trunk/i386/modules/Resolution/Readme.txt (revision 0) +++ trunk/i386/modules/Resolution/Readme.txt (revision 825) @@ -0,0 +1,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 Index: trunk/i386/modules/klibc/Readme.txt =================================================================== --- trunk/i386/modules/klibc/Readme.txt (revision 0) +++ trunk/i386/modules/klibc/Readme.txt (revision 825) @@ -0,0 +1,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 Index: trunk/i386/modules/uClibc++/Readme.txt =================================================================== --- trunk/i386/modules/uClibc++/Readme.txt (revision 0) +++ trunk/i386/modules/uClibc++/Readme.txt (revision 825) @@ -0,0 +1,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