Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add make install rules | Bobby Bingham | 2015-09-15 | 1 | -1/+19 |
| | | | | The install.sh script is taken from musl. | ||||
* | rename boot sector outputs | Bobby Bingham | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | add config.mak to allow setting toolchain options | Bobby Bingham | 2015-09-15 | 1 | -0/+2 |
| | |||||
* | add variables for configuring saturn toolchain to use | Bobby Bingham | 2015-09-15 | 1 | -4/+9 |
| | |||||
* | add satmkiso utility | Bobby Bingham | 2015-09-15 | 1 | -7/+5 |
| | |||||
* | build bootloaders from code | Bobby Bingham | 2015-09-15 | 1 | -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 sector | Bobby Bingham | 2015-09-15 | 1 | -0/+29 |