Richard Todd wrote:

> <---- No crashes as of here
>       pushl   $begin                          /* jump to high virtualized add
    ress */
>       ret   
> 
> /* now running relocated at KERNBASE where the system is linked to run */
> begin:
> <==== crashes before it gets here!!!
>       /* set up bootstrap stack */
>       movl    proc0paddr,%eax                 /* location of in-kernel pages 
    */

I have some suspicions..  Can you do a nm on your kernel?

peter@daintree[8:41pm]~-102> nm /boot/kernel/kernel  |grep begin
c0123689 t begin

.. and let us know where "begin" is on your crashing kernel?

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to