Index: trunk/doc/BootHelp.txt =================================================================== --- trunk/doc/BootHelp.txt (revision 800) +++ trunk/doc/BootHelp.txt (revision 801) @@ -68,11 +68,13 @@ GraphicsEnabler=Yes|No Automatic device-properties generation for gfx cards. UseAtiROM=Yes|No Use an alternate Ati ROM image - (path: /Extra/_.rom) + (path: /Extra/__.rom) UseNvidiaROM=Yes|No Use an alternate Nvidia ROM image (path: /Extra/_.rom) VBIOS=Yes|No Inject VBIOS to device-properties. + AtiConfig= Use a different card config (the list can be found in ati.c). + EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation for ethernet interfaces. Index: trunk/CHANGES =================================================================== --- trunk/CHANGES (revision 800) +++ trunk/CHANGES (revision 801) @@ -1,4 +1,6 @@ - Added the BOOT2_MAX_LENGTH constant in memory.h. This is now used in moot.c to relocate the correct number of bytes for boot2. +- Added new ATi/AMD Graphics Card Enabler. +- Added new SMBIOS patcher. - Added module system. - Added automatic P-States & C-States generation for native power management. - Added Booter Log Dump Tool