aboutsummaryrefslogtreecommitdiff
path: root/qtmips_osemu
Commit message (Expand)AuthorAge
* Switch to static libraries by default and ensure application rebuild when a l...Pavel Pisa2019-03-15
* Initial version of subset of SPIM system calls.Pavel Pisa2019-03-12
* Include missing target_errno.h.Pavel Pisa2019-03-11
* Correct computation of size in mmap2 stub implementation.Pavel Pisa2019-03-10
* Map host errno errors to the status and target syscall error reporting.Pavel Pisa2019-03-09
* Updated read and write, added open, close, ftruncate syscalls and fs_root opt...Pavel Pisa2019-03-09
* Enable configuration of syscalls emulation and stop on exception.Pavel Pisa2019-03-06
* Simple serial port receive implementation.Pavel Pisa2019-02-25
* System calls stubs for brk and mmap2.Pavel Pisa2019-02-15
* Implement write syscall and signal written characters to terminal.Pavel Pisa2019-02-14
* Implemented sys_set_thread_area and sys_writev syscalls.Pavel Pisa2019-02-14
* Initial attempt to as operating system syscall handler.Pavel Pisa2019-02-13