Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 01:00:13 +0900
From:      "K.Sumitani" <ksumitani@mui.biglobe.ne.jp>
To:        ia64@freebsd.org
Subject:   ia64 kernel does not boot SKI ?
Message-ID:  <20020531010026.BAVOC0A8274C.C78F0C8A@mail.biglobe.ne.jp>

next in thread | raw e-mail | index | archive | help
Hi,

I tried to cross-build ia64 and boot it on SKI on i386 
4.5-RELEASE box.
There was no problem in cross-buildworld and cross-
buildkernel. However, when I tried to boot on SKI, I 
got some panics.

ia64 kernel does not boot on SKI any more ?

There were 2 kind of panics I got:

(1) General Exception when read or write ar.fcr. (ar21)

This is probably because SKI does not emulate IA-32.
Since ar.fcr is for IA-32 mode, I commented out them.
 (only 2 lines in sys/ia64/ia64/swtch.s)

(2) Unaligned reference after mount root

----
Mounting root from ufs:/dev/sscdisk0c
sscdisk0s1: type 0xa5, start 32, end = 409599, size 409568 : OK

fatal kernel trap (cpu 0):

    trap vector = 0x1e (Unaligned Reference)
    cr.iip      = 0xe000000000595a00
    cr.ipsr     = 0x121008006010 (mfl,ic,i,rt,cpl=0,it,ri=1,bn)
    cr.isr      = 0x20400000000 (code=0,vector=0,r,ei=1)
    cr.ifa      = 0x3ccda202
    cr.iim      = 0x0
    curthread   = 0xa000000002c7c1a0
        pid = 1, comm = swapper

Stopped at      Assertion %s failed at %s:%d+0x71:            ld8 r14=[r33]
----

The faulting address 0xe000000000595a00 is binuptime+0x70.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020531010026.BAVOC0A8274C.C78F0C8A>