1. 676966f Remove dbg_assert about unknown program header type, only LOAD should be handled by WHR · 4 years, 10 months ago
  2. 1f492ef Remove the assumption of virtual and physical addresses must be equal in multiboot kernels; remove a dbg_assert call by WHR · 6 years ago
  3. f23ff60 Stop dbg_assert_failed breaks the whole program when debugging is enabled by WHR · 6 years ago
  4. 6749275 Fix clicking URL link in terminal emulator replaced current page by WHR · 6 years ago
  5. 52973e5 Disable serial on websocket send queue; reduce input queue size in UART by WHR · 6 years ago
  6. e013bc5 Make 'Clear all' butten useful by WHR · 6 years ago
  7. 62bb58e Add a button to clear all logging checkboxes by WHR · 6 years ago
  8. 7ba0de1 Clean up SerialTerminalAdapter by WHR · 6 years ago
  9. cee1534 Add WebSocket on uart1; bug fixes by WHR · 6 years ago
  10. e3d21de Add a function V86Starter.serial_send_string that similar to V86Starter.serial_send_bytes; correct description for V86Starter.serial_send_bytes by WHR · 6 years ago
  11. 32daa23 Rename UART.com to UART.unit by WHR · 6 years ago
  12. 7514150 Left only 2 serial ports available by default by WHR · 6 years ago
  13. 0c3156c Merge remote-tracking branch 'stblassitude/add-four-com-ports' into rivoreo-fork by WHR · 6 years ago
  14. 4fa5d38 Add terminal window scrollbar image; rename previous 'images' directory to 'data'; enable bold font in terminal by WHR · 6 years ago
  15. 582aede Adjust UI by WHR · 6 years ago
  16. 7f981fd Add a serial terminal on debug page that is ported from Fabrice Bellard's term.js by WHR · 6 years ago
  17. 4146a37 Add COM2 to COM4 and extend API to allow receiving output bytes and sending input bytes to them. by Stefan Bethke · 6 years ago
  18. 59d9d10 Fix spaces in instructions.js by David Bullado · 6 years ago master
  19. af25d8e Remove CR in fpu.js by David Bullado · 6 years ago
  20. 700bd0e Implement instructions commiss & ucomiss by David Bullado · 6 years ago
  21. 20905b9 Minor: indentation consistency in cvtpi2ps.asm by David Bullado · 6 years ago
  22. 2274371 Remove unnecessary spaces in instruction.js by David Bullado · 6 years ago
  23. 48f8fb1 Remove traling spaces in run.js by David Bullado · 6 years ago
  24. a9c0cd9 Refactoring of fpu.integer_round by David Bullado · 6 years ago
  25. 75c825a Add a trailing line in arith.js by David Bullado · 6 years ago
  26. d5f0f7e Implement ucomiss instruction by David Bullado · 6 years ago
  27. 886d699 Implement instruction cvtps2pi by David Bullado · 6 years ago
  28. 43f9cd4 Implement instruction cvttps2pi by David Bullado · 6 years ago
  29. 1e9c932 Add nasm tests for movntpd & movntps by David Bullado · 6 years ago
  30. cd76fa7 Implementation of movntpd & movntps instructions. by David Bullado · 6 years ago
  31. 843ac57 Add cvtpi2ps instruction by David Bullado · 6 years ago
  32. 12ba787 Nasm tests: print registry names in error output by David Bullado · 6 years ago
  33. 5d18fb3 Fix indentation between mmx and xmm for more clarity by David Bullado · 6 years ago
  34. 9ec5f49 Add movaps test by David Bullado · 6 years ago
  35. aafaa7c Fix do_mul32 bad usage in pmuludq by David Bullado · 6 years ago
  36. 1505843 Add a new test case for pmuludq by David Bullado · 6 years ago
  37. 994a1d2 Add nasm test for pmuludq by David Bullado · 6 years ago
  38. c4e6898 Update gdb command file output xmm registers (SSE) by David Bullado · 6 years ago
  39. f4f2514 Implement pmuludq mm1, mm2/m64 by David Bullado · 6 years ago
  40. 89f3a1c Fix FreeBSD loading on https by copy · 6 years ago
  41. 0fdd143 Fix #220: Stackoverflow on JSOS by copy · 6 years ago
  42. f6ae3ea AudioNode .connect chaining not implemented in Safari by Ernest Wong · 6 years ago
  43. 8f59a51 Update ReactOS (#215) by copy · 6 years ago
  44. 155fb90 Audio worklet needs its own DEBUG in debug mode by Ernest Wong · 6 years ago
  45. 5f622f1 Speaker fix typo (channel got neglected in mixer-volume) by Ernest Wong · 6 years ago
  46. 2f1b06c Tidyup: semicolon by Ernest Wong · 7 years ago
  47. d1ac093 Fix: incorrect optional integer argument logic by Ernest Wong · 7 years ago
  48. 804e567 Minor: inline param types over type casts by Ernest Wong · 7 years ago
  49. 3dd7079 Fix comment typo + remove redundant cached state by Ernest Wong · 7 years ago
  50. 8742a18 Remove unecessary type casting by Ernest Wong · 7 years ago
  51. 2939681 Use Reflect API over ES6 Class for audio worklet by Ernest Wong · 7 years ago
  52. bd791d2 Call mixer_reset, pcspeaker.start at known times by Ernest Wong · 7 years ago
  53. 1081a83 Fix and clarify treble/bass mixer value calculation by Ernest Wong · 7 years ago
  54. 8aa4a7c Replace magic strings enums with integer constants by Ernest Wong · 7 years ago
  55. 1b55e63 Minor: semicolons by Ernest Wong · 7 years ago
  56. f8b0279 Reuse empty buffer in speaker DAC worklet by Ernest Wong · 7 years ago
  57. f9d8f72 Minor: replace type casts with inline declarations by Ernest Wong · 7 years ago
  58. 5c7d906 Revoke worklet object URL after loaded by Ernest Wong · 7 years ago
  59. 749e612 Fix duplicated node_gain in speaker dac debugger by Ernest Wong · 7 years ago
  60. 0fc48f8 Share and reuse download() function by Ernest Wong · 7 years ago
  61. 2c982a6 Minor: tidy up by Ernest Wong · 7 years ago
  62. a2a0ada Use dbg_* within speaker.js by Ernest Wong · 7 years ago
  63. d0729d9 Suppress unimplemented speaker mixer messages by Ernest Wong · 7 years ago
  64. e8848af Fix closure type-casting positions by Ernest Wong · 7 years ago
  65. 02be6d7 Tidy up: remove redundant code, add asserts, rename by Ernest Wong · 7 years ago
  66. 82e3839 Fix worklet buffer queuing calculation, and check NaN by Ernest Wong · 7 years ago
  67. 8c20f02 Add WorkletDAC to mixer immediately via output node by Ernest Wong · 7 years ago
  68. bfc781f Separate DAC debug code, add debug code to worklet by Ernest Wong · 7 years ago
  69. 3a7efe3 Add method of logging for audio worklet by Ernest Wong · 7 years ago
  70. cec0670 Implement speaker worklet by Ernest Wong · 7 years ago
  71. a7bb33e Minor: newlines by Ernest Wong · 7 years ago
  72. 5721d5d Revert "Reycle speaker AudioBuffers" by Ernest Wong · 7 years ago
  73. c6f9603 Reycle speaker AudioBuffers by Ernest Wong · 7 years ago
  74. a0ddd56 Minimise number of AudioNodes by Ernest Wong · 7 years ago
  75. cb3fd14 Use compiler type casting instead of array hack by Ernest Wong · 7 years ago
  76. 5b6e1d7 Make "both" consistent in speaker mixer API by Ernest Wong · 7 years ago
  77. e52c48c Fix speaker mixer connect/disconnect channel logic by Ernest Wong · 7 years ago
  78. 2de9ffa Fix speaker low-sample-rate converter by Ernest Wong · 7 years ago
  79. 7438f93 Refactor SpeakerAdapter by Ernest Wong · 7 years ago
  80. d30d32f Add speaker debugging tools by Ernest Wong · 7 years ago
  81. 41f313b Ensure sample rate is not too low by Ernest Wong · 7 years ago
  82. 49482bf Fix: speaker queue - setTimeout is in milliseconds by Ernest Wong · 7 years ago
  83. 7117630 Revert correct sample rate from time constant calculation by Ernest Wong · 7 years ago
  84. 43c3aa4 Simplify: let speaker_adapter drive all timings by Ernest Wong · 7 years ago
  85. f654c33 Ensure transfers can be divided into stereo channels by Ernest Wong · 7 years ago
  86. 4d3b88e Convert sb16 sample rate from time constant correctly by Ernest Wong · 7 years ago
  87. 6d2c9f6 Use audiobuffers instead of scriptprocessor (speaker) by Ernest Wong · 7 years ago
  88. 3021bb5 Tidy: typo in comment by Ernest Wong · 7 years ago
  89. 40a1c3c Implement sb16 mixer chip + tidy up by Ernest Wong · 7 years ago
  90. 4447a52 Fixing broken links in docs/events.md by Luca Invernizzi · 7 years ago
  91. 4e0ffaa Reduce pcspeaker volume by Ernest Wong · 7 years ago
  92. fe132cc Mute pcspeaker when emulator is paused by Ernest Wong · 7 years ago
  93. 6e1908f Clip pcspeaker frequency - ensure finite value by Ernest Wong · 7 years ago
  94. a546fd4 Ensure dma transfer takes multiple reads for sb16 by Ernest Wong · 7 years ago
  95. 90c0503 Do sb16 transfer immediately if already unmasked by Ernest Wong · 7 years ago
  96. 911ed0c Fix dma update mask logic: 1 !== true by Ernest Wong · 7 years ago
  97. bf8f6fd Allow 16/32-bit sb16 port read/write by Ernest Wong · 7 years ago
  98. 277255b Disable mmx/sse by default by copy · 7 years ago
  99. 2ff0345 Fix readme by copy · 7 years ago
  100. 39a76e8 Minor: Newline at end of file by copy · 7 years ago