Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7748 | Kartik K. Agaram | 2021-02-15 | 1 | -1/+1 |
| | | | | | | | | Bug in code-size check. It costs 18 bytes in the boot sector to load 2 tracks of disk (63KB). At that rate I can load 6 more tracks before I need to perform the drudgery again of recalculating offsets. | ||||
* | 7720 - baremetal: load more sectors again | Kartik K. Agaram | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | 7556 | Kartik Agaram | 2021-01-24 | 1 | -1/+1 |
| | |||||
* | 7547 - baremetal: rpn calculator | Kartik Agaram | 2021-01-22 | 1 | -1/+1 |
| | | | | | | | | Still in progress. Known bugs: * Cursor management is broken. Every line currently seems to leave behind a shadow cursor. * No shift-key support yet, which means no addition or multiplication. (This app doesn't have division yet.) | ||||
* | 7546 - baremetal: disk size check | Kartik Agaram | 2021-01-22 | 1 | -0/+6 |
| | |||||
* | 7506 | Kartik Agaram | 2021-01-12 | 1 | -0/+34 |