On Wed, 2025-03-26 at 14:16 +0000, David Woodhouse wrote: > From: David Woodhouse <[email protected]> > > Reduce the window during which exceptions are unhandled, by leaving the > GDT/IDT in place all the way into the relocate_kernel() function, until > the moment that %cr3 gets replaced.
Seems the difference is only couple of instructions. Anyway ... > > Signed-off-by: David Woodhouse <[email protected]> Reviewed-by: Kai Huang <[email protected]>
