Re: [edk2] Question about OS initialization at UEFI firmware (x86)

2017-01-07 Thread Rafael Machado
half Of > >> Rafael Machado > >> Sent: quinta-feira, 5 de janeiro de 2017 10:00 > >> To: edk2-devel@lists.01.org > >> Subject: [edk2] Question about OS initialization at UEFI firmware (x86) > >> > >> Hi everyone > >> >

Re: [edk2] Question about OS initialization at UEFI firmware (x86)

2017-01-05 Thread Laszlo Ersek
On 01/05/17 13:16, Alcantara, Paulo wrote: >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Rafael Machado >> Sent: quinta-feira, 5 de janeiro de 2017 10:00 >> To: edk2-devel@lists.01.org >> Subject: [ed

Re: [edk2] Question about OS initialization at UEFI firmware (x86)

2017-01-05 Thread Alcantara, Paulo
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Rafael Machado > Sent: quinta-feira, 5 de janeiro de 2017 10:00 > To: edk2-devel@lists.01.org > Subject: [edk2] Question about OS initialization at UEFI firmware (x86) >

[edk2] Question about OS initialization at UEFI firmware (x86)

2017-01-05 Thread Rafael Machado
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) -->

[edk2] Question about OS initialization at UEFI firmware (x86)

2017-01-05 Thread Rafael Machado
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) -->