Re: [PATCH gnumach] model_dep: Fix serial console with APIC enabled

2024-01-31 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 31 janv. 2024 10:02:15 +, a ecrit: > Move cninit() further down so that IOAPIC has a chance > to initialize before the com port interrupt is unmasked > in the IOAPIC, fixing a fault and reboot. > --- > i386/i386at/model_dep.c | 10 +- > 1 file

[PATCH gnumach] model_dep: Fix serial console with APIC enabled

2024-01-31 Thread Damien Zammit
Move cninit() further down so that IOAPIC has a chance to initialize before the com port interrupt is unmasked in the IOAPIC, fixing a fault and reboot. --- i386/i386at/model_dep.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i386/i386at/model_dep.c