DB1, on Jan 25 2010, 01:38 PM, said:
Sure mate!; I have work piled up but I'll try to do it ASAP
MacKonsti, on Jan 25 2010, 10:45 AM, said:
MacKonsti, on Jan 25 2010, 10:45 AM, said:
Master Chief, on Jan 25 2010, 05:27 PM, said:
Master Chief, on Jan 25 2010, 05:27 PM, said:
static char string[2] = {'\0', '\0'};
SSDTv9.dsl.zip 2.01K
205 downloads
MacKonsti, on Jan 26 2010, 12:42 AM, said:
MacKonsti, on Jan 26 2010, 12:42 AM, said:
MacKonsti, on Jan 26 2010, 12:42 AM, said:
scrax, on Jan 26 2010, 09:26 AM, said:
static char string[2] = {'\0', '\0'};
// extern void setup_pci_devs(pci_dt_t *pci_dt);
/code]
and
[code]/*void setupEfiDevices(void)
{
setup_pci_devs(root_pci_dev);
}*/
and// setupEfiDevices();
if ( (gBootFileType == kNetworkDeviceType) && gUnloadPXEOnExit ) {
// if ( (ret = nbpUnloadBaseCode()) != nbpStatusSuccess )
// {
printf("nbpUnloadBaseCode error %d\n", (int) ret);
sleep(2);
// }
}
and this:// nbpUnloadBaseCode();saio_internal.c commented this line:
/* nbp.c */ // extern UInt32 nbpUnloadBaseCode(); // extern BVRef nbpScanBootVolumes(int biosdev, int *count);sys.c commented this:
if (bvr == NULL)
{
/* bvr = nbpScanBootVolumes(biosdev, count);
if (bvr != NULL)
{
gBootFileType = kNetworkDeviceType;
}
*/}
scrax, on Feb 3 2010, 05:32 AM, said:
#if CHAMELEON
void setupEFIDevices(void)
{
setup_pci_devs(root_pci_dev);
}
#endif
Note that I did change the function name, but it's still there. And instead of doing this for most of the Chameleon features, I used feature specific stuff like: #if RAMDISK_SUPPORT, #if CDBOOT_SUPPORT, #if LANBOOT_SUPPORT, #if HIBERNATE_SUPPORT, #if TEXT_SPINNER and of course GUI_SUPPORT
scrax, on Feb 3 2010, 05:32 AM, said:
scrax, on Feb 3 2010, 05:32 AM, said:
scrax, on Feb 3 2010, 05:32 AM, said:
Master Chief, on Feb 3 2010, 04:54 PM, said:
Feb 3 11:57:29 localhost kernel[0]: npvhash=4095 Feb 3 11:57:29 localhost kernel[0]: PAE enabled Feb 3 11:57:29 localhost kernel[0]: 64 bit mode enabled Feb 3 11:57:29 localhost kernel[0]: Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 Feb 3 11:57:29 localhost kernel[0]: vm_page_bootstrap: 970449 free pages and 78127 wired pages Feb 3 11:57:29 localhost kernel[0]: standard timeslicing quantum is 10000 us Feb 3 11:57:29 localhost kernel[0]: mig_table_max_displ = 73 Feb 3 11:57:29 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled Feb 3 11:57:29 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled Feb 3 11:57:29 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled Feb 3 11:57:29 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled Feb 3 11:57:29 localhost kernel[0]: calling mpo_policy_init for Quarantine Feb 3 11:57:29 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Feb 3 11:57:29 localhost kernel[0]: calling mpo_policy_init for Sandbox Feb 3 11:57:29 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Feb 3 11:57:29 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Feb 3 11:57:29 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Feb 3 11:57:29 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993 Feb 3 11:57:29 localhost kernel[0]: The Regents of the University of California. All rights reserved. Feb 3 11:57:29 localhost kernel[0]: MAC Framework successfully initialized Feb 3 11:57:29 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers Feb 3 11:57:29 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Feb 3 11:57:29 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3) Feb 3 11:57:29 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Feb 3 11:57:29 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) Feb 3 11:57:29 localhost kernel[0]: From path: "uuid", Feb 3 11:57:29 localhost kernel[0]: Waiting for boot volume with UUID 00000000-0000-0000-0000-000000000000 Feb 3 11:57:29 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict> Feb 3 11:57:29 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Feb 3 11:57:29 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready Feb 3 11:57:29 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/SAMSUNG HD103SJ Media/IOGUIDPartitionScheme/Snow Leopard Boot@2 Feb 3 11:57:29 localhost kernel[0]: BSD root: disk1s2, major 14, minor 5 Feb 3 11:57:29 localhost kernel[0]: FireWire (OHCI) VendorID 1106 ID 3044 built-in now active, GUID 0000000000000000; max speed s400. Feb 3 11:57:29 localhost kernel[0]: systemShutdown false Feb 3 11:57:31 Chiefs-Mac-Pro kernel[0]: Previous Shutdown Cause: 0 Feb 3 11:57:31 Chiefs-Mac-Pro kernel[0]: NVDANV50HAL loaded and registered. Feb 3 11:57:31 Chiefs-Mac-Pro kernel[0]: DSMOS has arrived Feb 3 11:57:31 Chiefs-Mac-Pro kernel[0]: AppleIntelCPUPowerManagement: initialization complete Feb 3 11:57:33 Chiefs-Mac-Pro kernel[0]: AppleYukon2: Marvell Yukon Gigabit Adapter 88E8056 Singleport Copper SA Feb 3 11:57:33 Chiefs-Mac-Pro kernel[0]: AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RX_MAX_LE 1024, TX_MAX_LE 768, ST_MAX_LE 3328 Feb 3 11:57:33 Chiefs-Mac-Pro kernel[0]: yukon: Ethernet address 00:00:00:00:00:00 Feb 3 11:57:34 Chiefs-Mac-Pro kernel[0]: Ethernet [AppleYukon2]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,6c08,0de1,0200,41e1,4000]Remember this: It took up to 19 seconds when I started and now only 5 seconds. That to me is a pretty amazing step forward.
scrax, on Feb 3 2010, 11:48 PM, said:
Master Chief, on Feb 4 2010, 12:15 AM, said:
scrax, on Feb 5 2010, 04:44 PM, said:
Master Chief, on Feb 5 2010, 09:34 PM, said:
scrax, on Feb 6 2010, 02:28 PM, said:
scrax, on Feb 6 2010, 02:28 PM, said:
scrax, on Feb 6 2010, 02:28 PM, said:
scrax, on Feb 6 2010, 02:28 PM, said:
Master Chief, on Feb 6 2010, 07:31 PM, said:
scrax, on Feb 6 2010, 07:48 PM, said:
scrax, on Feb 6 2010, 07:48 PM, said:
0 members, 3 guests, 0 anonymous users