Anyone seen 4.8-RELEASE running on a real 386 (not 486 586 etc) ?

Peter Jeremy peterjeremy at optushome.com.au
Sun Apr 13 16:18:39 PDT 2003


On Mon, Apr 14, 2003 at 01:00:54AM +0200, Julian Stacey wrote:
>> >   Fatal trap 1: priveleged instruction fault while in kernel mode
>> >   instruction pointer = 0x8:0xc02695a0
>> 
>> If you can't get a crash dump, do an 'nm -n' on the kernel and find
>> the function containing this address.
>
>Not sure what the 0x8: means (I hated segmented 8086 asm from day one :-)

So did I.  You can safely ignore it for FreeBSD.

>c0269570 T pmap_kenter
>c02695a8 T pmap_kremove

The faulting instruction is just before the end of pmap_kenter().  I
can't check the source right now.

Peter


More information about the freebsd-hackers mailing list