Re: [PATCH 4/6] fix console setting from cmdline

2022-02-01 Thread Luca
Il 28/01/22 20:59, Samuel Thibault ha scritto: Luca Dariz, le ven. 28 janv. 2022 19:24:07 +0100, a ecrit: The leading space prevents it working if console=comX is the only argument. But it would be confused with another parameter which would be foobarconsole=bla You'd probably want to make th

Re: [PATCH 3/6] fix register corruption in irq on qemu

2022-02-01 Thread Luca
Il 28/01/22 20:57, Samuel Thibault ha scritto: Luca Dariz, le ven. 28 janv. 2022 19:24:06 +0100, a ecrit: it seems rbx is corrupted during interrupt handlers. Perhaps just use rcx instead? I'm not sure what causes this corruption, according do x86_64 calling conventions rbx should be preser

Re: [PATCH 1/6] add support for booting from grub with x86_64

2022-02-01 Thread Luca
Il 28/01/22 20:56, Samuel Thibault ha scritto: Hello, Luca Dariz, le ven. 28 janv. 2022 19:24:04 +0100, a ecrit: * link kernel at 0x400 as the xen version, higher values causes linker errors. * we can't use full segmentation in long mode, so we need to create a temporary mapping durin

Re: [PATCH 3/6] fix register corruption in irq on qemu

2022-02-01 Thread Samuel Thibault
Luca, le mer. 02 févr. 2022 08:15:05 +0100, a ecrit: > Il 28/01/22 20:57, Samuel Thibault ha scritto: > > Luca Dariz, le ven. 28 janv. 2022 19:24:06 +0100, a ecrit: > > > it seems rbx is corrupted during interrupt handlers. > > > > Perhaps just use rcx instead? > > I'm not sure what causes this c

gdb fixed

2022-02-01 Thread Samuel Thibault
Hello, Some chat on IRC mentioned an upstream fix for the "inferior" bug in gdb. I have applied the fix on the debian-ports package, it seems to be working! Samuel