Bootloader loading kernel, not yet jumping to it

This commit is contained in:
Justin C. Miller
2018-03-18 16:41:11 -07:00
parent 0e3fa1c3cf
commit 72e143b93c
13 changed files with 117 additions and 103 deletions

10
NOTES.md Normal file
View File

@@ -0,0 +1,10 @@
# Design / WIP notes
## Bootloader / UEFI
* What is the interface between the UEFI boot portion and the kernel?
* Allocate pages, use UEFI reserved mapping types (0x70000000 - 0x7fffffff)
* Passing memory map: Allocate earliest pages and fill with UEFI's memory map
stuctures?