Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4287 | Kartik Agaram | 2018-06-28 | 1 | -1/+1 |
| | | | | Fix CI. Looks like 'std::' sometimes doesn't work. | ||||
* | 4286 | Kartik Agaram | 2018-06-28 | 1 | -25/+33 |
| | | | | Make prints uniform. | ||||
* | 4285 | Kartik Agaram | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | 4284 - implement first syscall for subx | Kartik Agaram | 2018-06-28 | 1 | -0/+1 |
| | | | | Hopefully I won't need much more than exit, read and write. | ||||
* | 4283 | Kartik Agaram | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | 4282 - subx now loads teensy/test4 | Kartik Agaram | 2018-06-28 | 1 | -13/+53 |
| | | | | | We're now parsing the ELF spec more closely and better handling multiple program header table entries. | ||||
* | 4281 | Kartik Agaram | 2018-06-28 | 1 | -3/+3 |
| | |||||
* | 4279 - load_elf() now working on teensy/test5 | Kartik K. Agaram | 2018-06-27 | 1 | -2/+2 |
| | | | | Turns out it was an open question I never got around to answering. | ||||
* | 4277 - make room for a 'compile' sub-command | Kartik Agaram | 2018-06-27 | 1 | -4/+7 |
| | |||||
* | 4177 | Kartik K. Agaram | 2017-12-31 | 1 | -0/+1 |
| | | | | Fix CI. | ||||
* | 4174 | Kartik K. Agaram | 2017-12-30 | 1 | -0/+72 |
Temporary hack to debug Kragen Sitaker's VM. |