| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
This adds the infrastructure for building from source the bootloaders which
will go into the application initial program, in the boot sector. As a
simple test case, it includes a simple bootloader which merely jumpts to
the code address specified in the AIP, with the stack address specified
there.
|
|
|
|
|
|
| |
This will be useful when it comes time to share this structure definition
with the bootloader code. Additionally, it makes the write_output function
simpler, as we can output most of the fields with a single write() call.
|
|
|
|
|
|
| |
By always outputting a fixed number of region codes, we make it predictable
at which address the initial program will be loaded. This may make it
easier to develop alternate initial program implementations.
|
| |
|
|
|
|
|
| |
This initial program will simply jump to the address to which the first
read file is loaded. This is what 90% of callers will probably want.
|
| |
|
| |
|
| |
|
| |
|
|
|