Applied, thanks! Damien Zammit, le dim. 18 janv. 2026 03:46:34 +0000, a ecrit: > --- > x86_64/boothdr.S | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/x86_64/boothdr.S b/x86_64/boothdr.S > index 30062b7b..45d59c06 100644 > --- a/x86_64/boothdr.S > +++ b/x86_64/boothdr.S > @@ -169,7 +169,10 @@ switch64: > .code64 > > boot_entry64: > - movw $0,%ax > + xorl %eax, %eax > + movw %ax,%ds > + movw %ax,%es > + movw %ax,%ss > movw %ax,%fs > movw %ax,%gs > movw $BOOT_DS,%ax > -- > 2.51.0 > > >
- [PATCH v4 0/7 gnumach] x86_64 SMP Damien Zammit
- [PATCH v4 4/7 gnumach] cpu_number: Fixes for 32/64 Damien Zammit
- Re: [PATCH v4 4/7 gnumach] cpu_number: Fixes for ... Samuel Thibault
- [PATCH v4 1/7 gnumach] x86_64: Flush all selectors pr... Damien Zammit
- Re: [PATCH v4 1/7 gnumach] x86_64: Flush all sele... Samuel Thibault
- [PATCH v4 3/7 gnumach] i386/mp_desc: Reduce alignment... Damien Zammit
- Re: [PATCH v4 3/7 gnumach] i386/mp_desc: Reduce a... Samuel Thibault
- [PATCH v4 6/7 gnumach] i386at/kd: Don't attempt irq l... Damien Zammit
- Re: [PATCH v4 6/7 gnumach] i386at/kd: Don't attem... Samuel Thibault
- [PATCH v4 5/7 gnumach] x86_64/cpuboot: Add missing AP... Damien Zammit
- Re: [PATCH v4 5/7 gnumach] x86_64/cpuboot: Add mi... Samuel Thibault
- [PATCH v4 2/7 gnumach] i386at/model_dep: Make apboot ... Damien Zammit
- Re: [PATCH v4 2/7 gnumach] i386at/model_dep: Make... Samuel Thibault
- [PATCH v4 7/7 gnumach] x86_64: Implement swapgs logic Damien Zammit
- Re: [PATCH v4 7/7 gnumach] x86_64: Implement swap... Samuel Thibault
