Re: Booting big kernels on IBM ThinkPad 770X

H. Peter Anvin (hpa@transmeta.com)
2 Dec 1998 23:44:04 GMT


Followup to: <98120217075102.16084@ws-cal>
By author: Christian Lademann <cal@zls.de>
In newsgroup: linux.dev.kernel
>
> There is this problem with booting big kernel images on IBM ThinkPads:
> the ThinkPad boot-cycles before "Uncompressing linux ...".
> There are already two solutions for this problem:
>
> o Create a zImage instead of a bzImage
> o Boot from DOS with LOADLIN
>
> I think, I've found a third one:
> According to the Technical Reference Manual there is a special
> control port that, among other things, controls the ability of setting
> the A20-gate in real mode, which is initially disabled. It is bit 1 of
> the System Control Port A (0x92).
>
> I inserted a call to the following routine in setup.S just before setting A20
> and now my bzImage boots!
>

Let me guess: you're using an old kernel, right? *Sigh*

-hpa

-- 
    PGP: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
    See http://www.zytor.com/~hpa/ for web page and full PGP public key
        I am Bahá'í -- ask me about it or see http://www.bahai.org/
   "To love another person is to see the face of God." -- Les Misérables

- 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/