Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elf bootloader | Bobby Bingham | 2015-09-15 | 1 | -0/+98 |
| | |||||
* | build bootloaders from code | Bobby Bingham | 2015-09-15 | 3 | -0/+87 |
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. |