summaryrefslogtreecommitdiff
path: root/bootloader/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/TODO')
-rw-r--r--bootloader/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootloader/TODO b/bootloader/TODO
deleted file mode 100644
index a5bcd8e..0000000
--- a/bootloader/TODO
+++ /dev/null
@@ -1,6 +0,0 @@
-[] - 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.