Tiny full system emulator supporting RISC-V processor emulation

[Releases]
Clone this repo:
  1. ba19fcc Remove netinit.sh for being site-specific and platform-specific by WHR · 5 weeks ago rivoreo-fork
  2. b071cd3 Drop uses of '__builtin_bswap*' functions by WHR · 7 months ago
  3. cfdc28f Revise help message of 'build_filelist' program by WHR · 12 months ago
  4. 2baf537 Improve performance of aligned memory accesses on little endian host by WHR · 12 months ago
  5. f9d46eb Remove an unused debugging print by WHR · 12 months ago
  6. 77745b8 Print debugging messages to stderr instead by WHR · 12 months ago
  7. d4d9748 Ignore 2 more build output files from git(1) by WHR · 12 months ago
  8. b7db603 Fix byte order issues in virtio implementation by WHR · 12 months ago
  9. 69246c5 Make virtio debug flags run time configurable by WHR · 12 months ago
  10. 93e747d Extend allowed exceptions to be dumped by WHR · 12 months ago
  11. 00b763a Make macro DUMP_EXCEPTIONS selectively enabling dump of a specified set of exceptions by WHR · 12 months ago
  12. 3907e82 Don't compile functions 'get_le128' and 'put_le128' without enabling CONFIG_INT128 by WHR · 12 months ago
  13. 9351ae0 Fix byte order issues for RISC-V emulation on big endian host by WHR · 12 months ago
  14. 8b59b31 Make sure function 'term_exit' will be called when exiting due to SIGINT by WHR · 12 months ago
  15. 15714fc Ignore build output files from git(1) by WHR · 12 months ago
  16. 9dda9c2 Try to automatically detect host byte order by WHR · 12 months ago
  17. 956cb0c Port to FreeBSD by WHR · 12 months ago
  18. 5a47ad6 Don't try to make stdin non-blocking or set terminal attributes on stdin if tcgetattr(1) on it fails by WHR · 12 months ago
  19. c08853c Add command line option '-no-stdin' by WHR · 12 months ago
  20. 735d694 No longer override 'CC' variable to a site-specific one by WHR · 12 months ago