This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Author: Josh Huelsman | |
| A contrived example of a UEFI bootloader that: | |
| * Sets up a GOP framebuffer | |
| * Retrieves a memory map | |
| * Exits boot services | |
| * Starts executing kernel code built-in to the bootloader | |
| * kernel sets up a basic Long Mode GDT and IDT | |
| * kernel installs an interrupt service routine for int 25, then executes int 25 |
OlderNewer