diff options
Diffstat (limited to 'newBoot/Source/BootNotes.txt')
| -rw-r--r-- | newBoot/Source/BootNotes.txt | 9 |
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 |
