Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/libsa

File Age Rev Message Size
Source at commit 337 created 13 years 9 months ago.
By azimutz, Start "search algo" related stuff. This was what motivated me initially to look at Chameleon code with learning eyes. I had two problems: - the booter "always" checks selected volume for drivers, invalidating any drivers on rescue media. - the other is the Boot.plist override (loadOverrideConfig) that i was completely unaware of, until i checked the code. So, this was the first stuff that i came up with: - CanOverride=n disables overriding of the default Boot.plist (it doesn't stop the file from loading). - Extensions=/path-to-folder/ loads drivers from an alternate folder. The drives override key only got this format after i found the dsdt search also on search_and_get_acpi_fd; when i first added it was when i found that the selected volume drivers were always loaded :)
  ..
blob efi_tables.c 14 years 4 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 7.01 kB
blob efi_tables.h 14 years 4 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 504 bytes
blob error.c 14 years 4 months 1 zef: Created base layout and initial import to trunk using r687. 1.24 kB
blob libsa.h 14 years 3 months 103 rekursor: Cleanup the spd code, added missing free() after spd malloc, cleanup char* string that are in fact const char*, added more constrained var typing (see smbios key,value parsing now). Added a new isacii() inline function that check if a char is between 0x20 and 0x7e. 4.11 kB
blob Makefile 14 years 4 months 1 zef: Created base layout and initial import to trunk using r687. 1.57 kB
blob memory.h 14 years 13 days 155 meklort: Support files updated (headers, memory map to fit large ramdisks, etc) 4.80 kB
blob prf.c 14 years 4 months 1 zef: Created base layout and initial import to trunk using r687. 3.79 kB
blob printf.c 14 years 3 months 84 rekursor: Added more optimization, prepared code to receive a future mem. detection algorithm 1.95 kB
blob qsort.c 14 years 4 months 1 zef: Created base layout and initial import to trunk using r687. 5.88 kB
blob setjmp.s 14 years 4 months 1 zef: Created base layout and initial import to trunk using r687. 1.89 kB
blob string.c 14 years 3 months 84 rekursor: Added more optimization, prepared code to receive a future mem. detection algorithm 5.67 kB
blob strtol.c 14 years 4 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 8.77 kB
blob zalloc.c 14 years 4 months 23 rekursor: Merged modifications from my branch to trunk as requested by Zef. This includes asere patch with few modifications /bug fixes. Included JrCs coding standard name convention change. See CHANGES file for details. 7.59 kB

svn co -r 337 http://forge.voodooprojects.org/svn/chameleon Help