Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: non-Xen PVH boot
On Wed, 25 Oct 2023, Manuel Bouyer wrote:
It is set very early in the boot process, usually in locore.S for hypervisors
So far I have tracked down that the boot process stops in locore.S at
/* Map [SYMS]+[PRELOADED MODULES] RW. */
movl $RELOC(__kernel_end),%eax
movl %esi,%ecx /* start of BOOTSTRAP TABLES */
subl %eax,%ecx
shrl $PGSHIFT,%ecx
orl $(PTE_P|PTE_W),%eax
fillkpt_nox
and this is far from my comfort zone, I'll try my best but if you have
any idea...
------------------------------------------------------------------------
Emile `iMil' Heitor <imil@{home.imil.net,NetBSD.org}> | https://imil.net
Home |
Main Index |
Thread Index |
Old Index