Applied, thanks!
Damien Zammit, le mer. 31 janv. 2024 02:12:26 +, a ecrit:
> This enables gnumach to additionally parse the XSDT table
> if the revision of ACPI is 2.
>
> TESTED: Still works on qemu (ACPI v1.0)
> TESTED: Works on a x86 board with XSDT (ACPI v2.0)
> ---
> i386/i386at/acpi_par
This enables gnumach to additionally parse the XSDT table
if the revision of ACPI is 2.
TESTED: Still works on qemu (ACPI v1.0)
TESTED: Works on a x86 board with XSDT (ACPI v2.0)
---
i386/i386at/acpi_parse_apic.c | 258 ++
i386/i386at/acpi_parse_apic.h | 18 ++-
i
Damien Zammit, le mar. 30 janv. 2024 08:04:38 +, a ecrit:
> This enables gnumach to additionally parse the XSDT table
> if the revision of ACPI is 2.
>
> NB: I removed a few checksum checks in acpi tables where
> there is no checksum present in the table.
>
> TESTED: Still works on qemu (ACPI
This enables gnumach to additionally parse the XSDT table
if the revision of ACPI is 2.
NB: I removed a few checksum checks in acpi tables where
there is no checksum present in the table.
TESTED: Still works on qemu (ACPI v1.0)
TESTED: Works on a x86 board with XSDT (ACPI v2.0)
---
i386/i386at/
Hello,
Damien Zammit, le mer. 24 janv. 2024 03:52:03 +, a ecrit:
> diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c
> index 9cd861ed..7b377d33 100644
> --- a/i386/i386at/acpi_parse_apic.c
> +++ b/i386/i386at/acpi_parse_apic.c
> @@ -99,27 +98,33 @@ acpi_check_signature
---
i386/i386at/acpi_parse_apic.c | 203 --
i386/i386at/acpi_parse_apic.h | 18 ++-
i386/i386at/model_dep.c | 8 +-
3 files changed, 169 insertions(+), 60 deletions(-)
diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c
index 9cd861e
Hello,
Damien Zammit, le sam. 25 avril 2020 09:38:31 +1000, a ecrit:
> http://git.zammit.org/gnumach-sv.git/log/?h=debian-acpica
>
> It boots and prints a log but the problem I am facing is that
> the log is not saved to /var/log/dmesg even though it prints at boot.
> As it scrolls so fast, I can
Hi all,
I have added ACPICA support to gnumach here:
http://git.zammit.org/gnumach-sv.git/log/?h=debian-acpica
It boots and prints a log but the problem I am facing is that
the log is not saved to /var/log/dmesg even though it prints at boot.
As it scrolls so fast, I cannot read it and I don't k