1. 7184e3e make run more useful by Fabian · 10 years ago
  2. fa7d9cf Show a loading indication for hard drive by Fabian · 10 years ago
  3. 6e17893 Some cleanup by Fabian · 10 years ago
  4. 7379405 debug vgabios by Fabian · 10 years ago
  5. 3621005 createImageData over getImageData by Fabian · 10 years ago
  6. b1a99b5 Use written blocks in AsyncFileLoader, fixes #16 by Fabian · 10 years ago
  7. bffc5f9 Make `async_buffer_get` obsolete with a more efficient implementation that read multiple blocks at a time by Fabian · 10 years ago
  8. 60c65fb Change to prototypical notation by Fabian · 10 years ago
  9. 305fcec Default values by Fabian · 10 years ago
  10. 62dd9f7 Print from vgabios debug port by Fabian · 10 years ago
  11. 666b9f1 Rewrite to prototypical notation by Fabian · 10 years ago
  12. 16291c9 Rewrite to prototypical notation (not complete) by Fabian · 10 years ago
  13. 1aa4b19 Rewrite to prototypical notation by Fabian · 10 years ago
  14. 5c4c74b Rewrite to prototypical notation by Fabian · 10 years ago
  15. e0e0115 Use timeout instead of interval by Fabian · 10 years ago
  16. d0faed1 Rewrite to prototypical notation by Fabian · 10 years ago
  17. 24e9d94 cpu saving state frame by Fabian · 10 years ago
  18. e44fac8 firefock focking up again by Fabian · 10 years ago
  19. cfefa60 remember settings by Fabian · 10 years ago
  20. e682336 Download memory dump automatically by Fabian · 10 years ago
  21. 05b57ab Make back/forward buttons work by Fabian · 10 years ago
  22. 860fac6 Profile implementation and moving some things around by Fabian · 10 years ago
  23. 4581d1d Wait for bios to be loaded for very slow connections by Fabian · 10 years ago
  24. 304c789 Add ?profile=<...> to url by Fabian · 10 years ago
  25. 6856485 exit button by Fabian · 10 years ago
  26. 80b5944 Fix planar video mode for Linux by Fabian · 10 years ago
  27. d2bd132 Include libv86.js so people don't have to build it themselves, #17 by copy · 10 years ago
  28. a1584c8 some cleanups by copy · 10 years ago
  29. a099670 Cleanup cpuid, more later. #21 by copy · 10 years ago
  30. c5e4472 Nanolinux should work by copy · 10 years ago
  31. 16a0c14 Move this chunk to a better place by copy · 10 years ago
  32. 133942d Monotonic TSC (could break in environments that don't have access to sub-milisecond precision, e.g. performance.now) by copy · 10 years ago
  33. 5d6e79f Almost complete implementation of the bound instruction, that no OS uses (except for Windows XP) by copy · 10 years ago
  34. 812d787 sysenter & sysexit by copy · 10 years ago
  35. 3d495d0 Empty device prototypes by copy · 10 years ago
  36. fb27136 popcnt, as used by 3.x kernel by copy · 10 years ago
  37. a177d12 Show which address big pages are mapped to by copy · 10 years ago
  38. 519b91a Report unmapped memory address correctly by copy · 10 years ago
  39. 2762b97 Get rid of Closure Compiler warnings by copy · 10 years ago
  40. 1dd49a2 Fix fallback for postMessage timing method by copy · 10 years ago
  41. eb921d7 Update Readme by copy · 10 years ago
  42. cc4f26d html is stupid by copy · 10 years ago
  43. e753730 Minimum demo of embeding the emulator using libv86.js by copy · 10 years ago
  44. 0371416 Fix settings object for Closure Compiler by copy · 10 years ago
  45. dd8639b Extra externs file for builds without adapters by copy · 10 years ago
  46. 7e0030b Avoid Closure Compiler Warnings by copy · 10 years ago
  47. 3524afd ugly fix for Floppy Bird by copy · 10 years ago
  48. ce44872 Get rid of dependencies from the emulator core by copy · 10 years ago
  49. d54e307 remove global id by copy · 10 years ago
  50. 6549dd8 Avoid undefined from out of bounds reads by copy · 10 years ago
  51. 43c2662 This test fails on modern Linux. Apparently you can't allocate the 0 page. Disable it for now by copy · 10 years ago
  52. 65a0e28 Show text console early by copy · 10 years ago
  53. 6af7d54 Refactoring by copy · 10 years ago
  54. 1168610 Unused code by copy · 10 years ago
  55. d9e0585 lol JSONP by copy · 10 years ago
  56. ba9f781 Nanolinux (experimental) by copy · 10 years ago
  57. 95e7ab2 Pass dom container instead of using hard-coded ids by copy · 10 years ago
  58. 8ea4540 Smarter TLB clearing when cr4.pge is modified by copy · 10 years ago
  59. 7e01451 Cleaner adapter api by copy · 10 years ago
  60. cc4abab More features for the VBE extensions. Allows fast scrolling in Linux by copy · 10 years ago
  61. 3e56663 Fix optimised memset: Handle df correctly and use in_mmap_range with physical addresses by copy · 10 years ago
  62. f322606 Correct conversion from RGB to BGR by copy · 10 years ago
  63. 9c0ed5a Improve 32 bit memory mapped IO by copy · 10 years ago
  64. 19cbe7e Unused code by copy · 10 years ago
  65. 9188d3c Detect modified pixels on lines, not on a rectangle. Add put_pixel_linear32 by copy · 10 years ago
  66. 55695ca Read multiple sectors at a time, saves some unnecessay buffers by copy · 10 years ago
  67. 97a3c09 Add button to disable mouse by copy · 10 years ago
  68. 2a97595 Minor cleanups by copy · 10 years ago
  69. 4f2f8d6 Fix some problems in the IDE code by copy · 10 years ago
  70. f34e839 Minor cleanups by copy · 10 years ago
  71. f5c8951 Fix asynchronous buffers. Disk images of abitrary size (from the local file system using FileReader and from a server using the `Range: bytes=...` header) can now be loaded. Fixes #12 by copy · 10 years ago
  72. f075e2e Improved tlb clearing by copy · 10 years ago
  73. f45938e Finally fixed 32 bit multiplication by copy · 10 years ago
  74. d2c3db0 small fixes in TLB code by copy · 10 years ago
  75. 330a5aa test to reproduce failing multiplication by copy · 10 years ago
  76. bea9486 github chokes on this by copy · 10 years ago
  77. a76528d relax video memory size limits by copy · 10 years ago
  78. 4c59964 Some improvments in logging code by copy · 10 years ago
  79. 8ee00be Include bochs vgabios, since it's more capable than the seabios vgabios by copy · 10 years ago
  80. fe64919 Fix PS/2 irq on port data by copy · 10 years ago
  81. 0255abb fcomip by copy · 10 years ago
  82. 02fa163 Put TR and LDTR into sregs register, possibly more simplifications later by copy · 10 years ago
  83. 4de34db name identifiers consistent, no underscores by copy · 10 years ago
  84. 52de4e7 Add empty dynamic translator. Fixes #13 by copy · 10 years ago
  85. 2f3b39a source mapping is not really useful anyway, disable it for now by copy · 10 years ago
  86. 0a8bc1f Use textarea.value over textContent by copy · 10 years ago
  87. 19df745 This case can be ignored safely by copy · 10 years ago
  88. 96aafd6 Change default boot order to avoid warnings when booting from CD by copy · 10 years ago
  89. 10d79fa Some debug code by copy · 10 years ago
  90. 8c3c15c That's a nop and shouldn't be there by copy · 10 years ago
  91. ea428df Keep last byte sent to port 60h. Fixes clock.com by copy · 10 years ago
  92. 1c56adb The modified kolibriOS didn't work out so well by copy · 10 years ago
  93. fb8f26d Don't assume cr0.wp to be set by copy · 10 years ago
  94. ebfbdab Use some neat constants by copy · 10 years ago
  95. 99691b9 This is undefined behaviour on Intel CPUs and therefore doesn't need to be checked by copy · 10 years ago
  96. e281ce8 Preserve ESP before page faults. Fixes menu in KolibriOS by copy · 10 years ago
  97. 8a27879 Minor optimisations by copy · 10 years ago
  98. 0b149d1 Slightly optimised drawing by copy · 10 years ago
  99. b923c24 Allow text selection on the screen in Chromium by copy · 10 years ago
  100. c49dcfd Report floppy drive even if it is empty. Fixes missing command interpreter in some DOSes booted via CDROM by copy · 10 years ago