Code Comments
Programming Forum and web based access to our favorite programming groups.From a pre-OS environment, meaning immediately after BIOS POST, what is the method to detect an EFI enabled BIOS, and to get the EFI memory map as opposed to the BIOS E820 memory map? The problem I am running into is that the E820 map lists some portions of memory as user accessible, but as soon as I write to them I get protection errors. My suspicion is that EFI has data storage in these particular areas and that EFI would have told me these areas are reserved. How would I go about accessing the EFI routines to get an EFI map, before any OS loader? Thanks,
Post Follow-up to this messagewhodunit wrote: > From a pre-OS environment, meaning immediately after BIOS POST, what is th e > method to detect an EFI enabled BIOS, and to get the EFI memory map as > opposed to the BIOS E820 memory map? The problem I am running into is tha t > the E820 map lists some portions of memory as user accessible, but as soon > as I write to them I get protection errors. My suspicion is that EFI has > data storage in these particular areas and that EFI would have told me the se > areas are reserved. How would I go about accessing the EFI routines to ge t > an EFI map, before any OS loader? > > Thanks, > > you might get better help from alt.os.development
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.