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