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
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
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
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
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