summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add make install rulesBobby Bingham2015-09-151-1/+19
| | | | The install.sh script is taken from musl.
* rename boot sector outputsBobby Bingham2015-09-151-2/+2
|
* add config.mak to allow setting toolchain optionsBobby Bingham2015-09-151-0/+2
|
* add variables for configuring saturn toolchain to useBobby Bingham2015-09-151-4/+9
|
* add satmkiso utilityBobby Bingham2015-09-151-7/+5
|
* build bootloaders from codeBobby Bingham2015-09-151-3/+12
| | | | | | | | 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.
* tool to create saturn boot sectorBobby Bingham2015-09-151-0/+29