Re: loading kernel at any physical address

2004-12-15 Thread Igor Shmukler
d you want to align with NOPS. -Original Message- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Wed, 15 Dec 2004 10:43:45 -0800 Subject: loading kernel at any physical address > Hello all, for a project I am trying to figure out how to boot a FreeBSD > kernel

loading kernel at any physical address

2004-12-15 Thread Vijay.Singh
Hello all, for a project I am trying to figure out how to boot a FreeBSD kernel loaded at any physical address. Right now the locore.s magic works because the load addres (KERNLOAD) and (KERNBASE) are set such that #define R(foo) ((foo)-KERNBASE) macro is able to get the addresses before paging