Re: [PATCH 23/62] x86/idt: Move IDT to data segment
From: JÃrgen GroÃ
Date: Wed Feb 19 2020 - 05:47:39 EST
On 19.02.20 11:42, Joerg Roedel wrote:
Hi JÃrgen,
On Wed, Feb 12, 2020 at 05:28:21PM +0100, JÃrgen Groà wrote:
Xen-PV is clearing BSS as the very first action.
In the kernel image? Or in the ELF loader before jumping to the kernel
image?
In the kernel image.
See arch/x86/xen/xen-head.S - startup_xen is the entry point of the
kernel.
Juergen