Tiny full system emulator supporting RISC-V processor emulation

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