Voodooprojects

Chameleon => DevTalk => Patches => Topic started by: JrCs on January 01, 2010, 03:12:02 PM

Title: [PATCH] to load any ACPI table like dsdt, facp, etc...
Post by: JrCs on January 01, 2010, 03:12:02 PM
Hi, here's a patch to add a function (loadACPITable) to be used to load any acpi table (dsdt, facp, etc..) from disk.
Credit to duvel300 for this, I just add some checks...

Regards,
JrCs
Title: Re: [PATCH] to load any ACPI table like dsdt, facp, etc...
Post by: HuntMike on February 20, 2010, 04:59:18 PM
Hi, a quick question about this patch, is it possible to use  it to load a patched ACPI table when loading Windows as well as OSX?
Title: Re: [PATCH] to load any ACPI table like dsdt, facp, etc...
Post by: JrCs on February 20, 2010, 09:15:28 PM
No you can't,

if you want to patch your ACPI tables before loading any system use grub.
Title: Re: [PATCH] to load any ACPI table like dsdt, facp, etc...
Post by: HuntMike on February 22, 2010, 10:05:19 PM
No you can't,

if you want to patch your ACPI tables before loading any system use grub.
Thanks, I'll give GRUB a go. :)
Title: Re: [PATCH] to load any ACPI table like dsdt, facp, etc...
Post by: ricardoq on August 12, 2010, 10:35:11 AM
Hi to all, is it possible to add this feauture in the last rev official of chameleon in trunk,  352?

Thanks