diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
| commit | 10924a7138a288f5f717404b49e01f840dcfbcf2 (patch) | |
| tree | ecd35e2758eb830ea1fe820c688a67a6beb0b6e7 /bootloader/TODO | |
Started kernel and bootloader project. Created a README
Diffstat (limited to 'bootloader/TODO')
| -rw-r--r-- | bootloader/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootloader/TODO b/bootloader/TODO new file mode 100644 index 0000000..a5bcd8e --- /dev/null +++ b/bootloader/TODO @@ -0,0 +1,6 @@ +[] - Read file at \BOOT\EFI\kernel.elf +[] - Detect file as valid ELF +[] - Parse and load ELF into memory +[] - Obtain various info about fb, memory, etc. +[] - Exit BS +[] - Pass info to loaded kernel and transfer control. |
