Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 1996 23:27:52 +0100 (MET)
From:      "D. Rock" <rock@wurzelausix.CS.Uni-SB.DE>
To:        current@freebsd.org
Subject:   machdep.c, pmap.c and i386 CPUs
Message-ID:  <199601192227.XAA01553@wurzelausix.CS.Uni-SB.DE>

next in thread | raw e-mail | index | archive | help
Noone else running FreeBSD-current on a 386 processor.

The machine panics immediately. The problem is the in this stage
uninitialized variable cpu_class in /sys/i386/i386/machdep.c
In pmap.c the code jumps to the wrong place and the machine hangs with
an illegal instruction. After initializing the variable with a default
value of CPUCLASS_386 the machine just works fine now.

Daniel



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