Re: Kernels > 1M

H. Peter Anvin (hpa@transmeta.com)
Sun, 22 Aug 1999 15:26:15 -0700


Zack Weinberg wrote:
>
> I think you're mistaken about the size of the project. Move the 16
> bit setup code to setup_arch and convert for execution in protected
> mode. I don't say this is easy, but it won't take that long for
> someone who understands the platform inside out. The code to set up a
> v86 box and call the bios is already in apm.c. Now throw away that
> stupid parameter block and put everything on the kernel command line.
> Again, not necessarily easy, but short.
>

The 16-bit setup code *has* to run in real mode... that's the only
reason it's 16 bit. As far as the APM BIOS, I'm sure you're aware of
the number of problems caused by APM BIOSes that don't like to be called
the way Linux calls them?

-hpa

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