[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
generic BIOS-less boot (Re: [PATCH] New x86_64 EFI patch)
From: |
Robert Millan |
Subject: |
generic BIOS-less boot (Re: [PATCH] New x86_64 EFI patch) |
Date: |
Sat, 19 Jul 2008 17:01:43 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Sun, Jul 13, 2008 at 02:05:13AM +0800, Bean wrote:
>
> Hi,
>
> Here are the information gathered in real mode:
>
> memory map information
> video information
> monitor information (edid)
> hard disk information
> perhaps more
>
> The first two can be retrieved in grub, others are optional, kernel
> can normally get the value itself.
>
> Perhaps we can write a generic protected mode linux loader for i386.
> Functions such as claiming memory, getting memory map and the like can
> be wrapped in platform dependent call arch_xxx.
I was wondering if maybe it would be simpler to emulate the BIOS (and use
stubs where suitable). Memory map would be simple to produce since we
already have this information which we used to initialize our heap. As
for video information, do you have more details (or know a document that
explains what's probed for)? If it's only for vesa modes maybe we could
just stub it.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)
- Re: [PATCH] New x86_64 EFI patch, (continued)
- Re: [PATCH] New x86_64 EFI patch, Pavel Roskin, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Bean, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Javier Martín, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Bean, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Javier Martín, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Pavel Roskin, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Pavel Roskin, 2008/07/17
- Re: [PATCH] New x86_64 EFI patch, Javier Martín, 2008/07/17
- generic BIOS-less boot (Re: [PATCH] New x86_64 EFI patch),
Robert Millan <=
- Re: [PATCH] New x86_64 EFI patch, Robert Millan, 2008/07/12
- Re: [PATCH] New x86_64 EFI patch, Bean, 2008/07/12
- Re: [PATCH] New x86_64 EFI patch, Bean, 2008/07/12