Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Damien Zammit
Hi, On 2/8/24 10:28 AM, Samuel Thibault wrote: > Could you check with your mailer how to prevent it from using the > quoted-printable encoding? git am often has troubles applying your > patches, and I have to fix the patch by hand, it's really inconvenient. For others' benefit, I think I fix

Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Damien Zammit
Sorry I didn't realise. I am using proton mail bridge to mail patches. I don't know how to change the encoding... Do you know if this would be a git send-email configuration setting? Damien Sent from Proton Mail mobile Original Message On 8 Feb 2024, 10:28 am, Samuel Thibault

Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Samuel Thibault
Applied, thanks! Could you check with your mailer how to prevent it from using the quoted-printable encoding? git am often has troubles applying your patches, and I have to fix the patch by hand, it's really unconvenient. Samuel Damien Zammit, le mer. 07 févr. 2024 05:02:15 +, a ecrit: > TES

[PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-06 Thread Damien Zammit
TESTED: This works in qemu correctly TESTED: This works on an AMD board with ACPI v2.0 correctly --- i386/i386/apic.c | 89 +++ i386/i386/apic.h | 5 ++ i386/i386at/acpi_parse_apic.c | 35 ++ i386/i386at/acpi_parse_apic.h | 23