Re: [PATCH 0/2 gnumach] ACPI v2.0 support

2024-01-24 Thread Damien Zammit
Hi, On 1/25/24 3:41 AM, Almudena Garcia wrote: > Maybe the next crash is in APIC step. Check if it's using xAPIC or x2APIC, > and force xAPIC if necessary I checked it is definitely using xAPIC mode, I also patched it to set the right MSR bit. But the cpu still crashes when interrupts are enab

Re: [PATCH 0/2 gnumach] ACPI v2.0 support

2024-01-24 Thread Almudena Garcia
Maybe the next crash is in APIC step. Check if it's using xAPIC or x2APIC, and force xAPIC if necessary El miércoles 24 de enero de 2024, Damien Zammit escribió: > This enables gnumach to additionally parse the XSDT table > if the version of ACPI is detected to be greater than 1. > > TESTED: Sh