summaryrefslogtreecommitdiff
path: root/boot
Commit message (Collapse)AuthorAgeFilesLines
* elf bootloaderBobby Bingham2015-09-151-0/+98
|
* build bootloaders from codeBobby Bingham2015-09-153-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.