summaryrefslogtreecommitdiffhomepage
path: root/newBoot/Source/BootNotes.txt
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-06 09:14:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-06 09:14:11 +0100
commit5339d016c07bf717ee388f4feb73544087324af0 (patch)
tree94be6f67ed626091f24aee24ec3b3be03d01e4e7 /newBoot/Source/BootNotes.txt
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'newBoot/Source/BootNotes.txt')
-rw-r--r--newBoot/Source/BootNotes.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/newBoot/Source/BootNotes.txt b/newBoot/Source/BootNotes.txt
new file mode 100644
index 00000000..e09e9cce
--- /dev/null
+++ b/newBoot/Source/BootNotes.txt
@@ -0,0 +1,9 @@
+bootloader roadmap:
+
+- Rom is being mapped.
+- Move boot code to link address (8M)
+- Decompress kernel using newboot_decompress_pef()
+- Find start image.
+- Run image at 8M page zero.
+
+- Amlal