about summary refs log tree commit diff stats
path: root/subx/019syscalls.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4352 - subx: write() syscallKartik Agaram2018-07-161-1/+4
|
* 4333Kartik Agaram2018-07-101-1/+1
| | | | Fix a warning in CI.
* 4331Kartik Agaram2018-07-081-0/+3
| | | | Fix CI.
* 4327Kartik Agaram2018-07-081-2/+1
| | | | Encapsulate RAM management.
* 4326 - new example: read() from stdinKartik Agaram2018-07-071-0/+5
| | | | | Currently only runs in emulated mode. Likely a paging issue, writing data to code page. I'm not checking the return value.
* 4284 - implement first syscall for subxKartik Agaram2018-06-281-0/+19
Hopefully I won't need much more than exit, read and write.