Re: Kernel for P-II on P-I.

From: Keith Owens (kaos@ocs.com.au)
Date: Thu Jul 06 2000 - 20:59:19 EST


On Thu, 6 Jul 2000 10:34:47 +0200 (MEST),
R.E.Wolff@BitWizard.nl (Rogier Wolff) wrote:
>A kernel compiled for P-II (or something like that) crashes without
>saying a thing on P-I. would it be an idea to print a message?
>("This kernel is incompatible with this processor")

AFAIK that is caused by gcc using instructions that exist on P-II but
not P-I, including instructions like conditional move (CMOVE).
Unfortunately those instructions are used everywhere, including in
printk. No way to get a message out without detecting the problem in
the real mode boot loader and using BIOS I/O.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jul 07 2000 - 21:00:20 EST