From: Rafael Machado <rafaelrodrigues.machado@gmail.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Question about OS initialization at UEFI firmware (x86)
Date: Thu, 05 Jan 2017 11:16:22 +0000 [thread overview]
Message-ID: <CACgnt79dvGzq=n129FfXPVh2ciQ0PoRo=tw8UNptFPFSU=ypqw@mail.gmail.com> (raw)
Hi everyone
I was taking a look at how the OS boots after the firmware and bootloader
are done.
To understand this I started to take a look at the linux source code, and
the strange is that I saw some bios legacy interrupts being called.
The flow I checked is this:
void main(void) --> linux/arch/x86/boot/main.c
int detect_memory(void) --> linux/arch/x86/boot/memory.c
static int detect_memory_e820(void) -->
linux/arch/x86/boot/memory.c
intcall(0x15, &ireg, &oreg) -->
linux/arch/x86/boot/memory.c
At the last call the value of ireg is this one:
ireg.ax = 0xe820;
ireg.cx = sizeof buf;
ireg.edx = SMAP;
ireg.di = (size_t)&buf;
As we can see this is done so the OS knows the memory map, so the OS can do
all its magic.
Finally, my question is:
How could linux, or any other OS, boot on a system with UEFI firmware that
does not have CSM (compatibility support module) ?
I consider that some parts of the hypothetical OS need to be written to
call some UEFI protocols. Am I right ?
Thanks and Regards
Rafael R. Machado
next reply other threads:[~2017-01-05 11:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-05 11:16 Rafael Machado [this message]
2017-01-05 11:59 ` Question about OS initialization at UEFI firmware (x86) Rafael Machado
2017-01-05 12:16 ` Alcantara, Paulo
2017-01-05 13:18 ` Laszlo Ersek
2017-01-07 21:14 ` Rafael Machado
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CACgnt79dvGzq=n129FfXPVh2ciQ0PoRo=tw8UNptFPFSU=ypqw@mail.gmail.com' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox