1. c598c69 Minor: semicolons by copy · 7 years ago
  2. 72b039b Remove unused constants by copy · 7 years ago
  3. 888c6d2 Remove pci register_device below registering IO ports by copy · 7 years ago
  4. 461e3e7 PS2 minor changes by copy · 8 years ago
  5. 0966e7d Change virtio irq to 10, old one collides with ps2 mouse by copy · 8 years ago
  6. 50b20ec Implement elcr in legacy pic by copy · 8 years ago
  7. b185430 Minor: Semicolons by copy · 8 years ago
  8. 43747c4 Add dummy screen by copy · 8 years ago
  9. aaa75be Improved file loading in nodejs, simplify tests by copy · 8 years ago
  10. 61d3d11 Proper CD IDE DMA implementation, fixes #147, fixes #107 by copy · 8 years ago
  11. c972911 Minor by copy · 8 years ago
  12. a485494 Basic 16-bit tss implementation. Fixes #127. Fixes #145. Fixes windows 3.0 by copy · 8 years ago
  13. 13989ee First entry in LDT is valid (#145) by copy · 8 years ago
  14. 74fb7c6 Fix multiboot images smaller than 8192 bytes by copy · 8 years ago
  15. 0116b70 Remove comments from fprem instruction by Amaan Cheval · 8 years ago
  16. de50f3a Improve fprem instruction implementation to update FPU status word's by Amaan Cheval · 8 years ago
  17. 522faac Leave ACPI disabled, fixes #151 by copy · 8 years ago
  18. 74d2170 Fix restoring state by copy · 8 years ago
  19. 57965ca Use local kolibriOS image on https. Temporary workaround for #141 by copy · 8 years ago
  20. e5fcc32 Don't create new arrays in reset(), set to 0 instead by copy · 8 years ago
  21. 004f620 PIC logging by copy · 8 years ago
  22. a112db7 Missing parameter by copy · 8 years ago
  23. 790f6ce cpuid level 5 by copy · 8 years ago
  24. acea5b6 Less incomplete task switch implementation by copy · 8 years ago
  25. cb6aaf1 Minor (style and logging) by copy · 8 years ago
  26. 04eb410 Implement #NP (kvm-unit-test) by copy · 8 years ago
  27. 06f3453 CR3 ignored bits by copy · 8 years ago
  28. d21f7de Split movsx/movzx into 16/32 bit versions by copy · 8 years ago
  29. 64b4e47 APIC version write by copy · 8 years ago
  30. 90ac05a Rename function by copy · 8 years ago
  31. 4ccd885 PCI: Fix command/status by copy · 8 years ago
  32. 7179ef2 ATA flush cache by copy · 8 years ago
  33. 4e164c6 Add kvm-unit-test (#129) by copy · 8 years ago
  34. 7b0d0b8 Add multiboot image loading, currently only supporting kvm-unit-test (#95, #129) by copy · 8 years ago
  35. 6129016 Only check irqs when irr changed by copy · 8 years ago
  36. 1332e32 More VGA logging by copy · 8 years ago
  37. 96f61bb More complete APIC and IOAPIC implementation (#86) by copy · 8 years ago
  38. 9e4b2c5 Add debug panel (#108) by copy · 8 years ago
  39. a025807 Buffer get written blocks by copy · 8 years ago
  40. e1ef657 Make Closure Compiler happy by copy · 8 years ago
  41. 211b5c9 A few more assertions for IO ports by copy · 8 years ago
  42. 60b7b62 Add run_hardware_timers by copy · 8 years ago
  43. 61314f7 Handle access to debug registers when cr4.DE is set by copy · 8 years ago
  44. ff89ef0 Add acpi PM timer by copy · 8 years ago
  45. 9dcf9c0 Lower TIME_PER_FRAME by copy · 8 years ago
  46. 420f763 Fix iret #gp error code (Windows XP) by copy · 8 years ago
  47. 7c04e0d Add comment to lss #ud by copy · 8 years ago
  48. 62f276d Shift addresses correctly by copy · 8 years ago
  49. 0f2f096 Add elf parser by copy · 8 years ago
  50. 5ad8b60 Fix heuristic condition for using async file buffers by Amaan Cheval · 8 years ago
  51. 7f9c447 Use logical shift for addresses by copy · 8 years ago
  52. c520ea4 Proper implementation of firmware control port as used by seabios and kvm-unit-test by copy · 8 years ago
  53. 591cdbe Add link to ReactOS project (#143) by copy · 8 years ago
  54. f999d15 Fix hostname detection (#140) by copy · 8 years ago
  55. bf05e95 Don't fail on wrmsr(GS_BASE) by copy · 8 years ago
  56. 561d99d Fix MOV from debug register (kvm-unit-test) by copy · 8 years ago
  57. 3f26b34 Implement multi-byte nop (kvm-unit-test) by copy · 8 years ago
  58. 7c50cb2 Fix loading of local files (allow loading large files) by copy · 8 years ago
  59. a41919f Fix kolibri and kolibri-fallback urls (#141) by copy · 8 years ago
  60. e28e81a Remove useless debugging stuff by copy · 8 years ago
  61. cba0826 Fix DAS instruction (found with kvm-unit-test) by copy · 8 years ago
  62. ba33e5c Improve update_cs_size by copy · 8 years ago
  63. d8cb6bf Improve code structure by copy · 8 years ago
  64. c3fa99e Hide screen container by copy · 8 years ago
  65. beeb34a Remove cpu.paging_changed by copy · 8 years ago
  66. 01f6256 Remove cpu.load_eflags() by copy · 8 years ago
  67. 1477aa4 Reset prefixes in CPU reset by copy · 8 years ago
  68. b86283b Improve const.js by copy · 8 years ago
  69. 18e71de Allow Firefox's dev tools shortcut by copy · 8 years ago
  70. 5157b6c Update some disk sizes, optimise boot order of built-in profiles by copy · 8 years ago
  71. 4133d7f Add MS-DOS image by copy · 8 years ago
  72. 3ee78b3 Fix ReactOS name (#137) by copy · 8 years ago
  73. 27fdccd Fix scaling by copy · 8 years ago
  74. 0ecbfb6 Remove some unused constants by copy · 8 years ago
  75. c797d52 Set protected mode immediately by copy · 8 years ago
  76. 32990ef Uart: Start with iir set for THRI by copy · 8 years ago
  77. a5a2532 Add dummy handling for qemu config port. Fixes newer versions of seabios by copy · 8 years ago
  78. 0348ed2 Implement PCI ROM mapping (readonly). Fixes newer versions of seabios by copy · 8 years ago
  79. 6a7bcb6 Improved logfile generation by copy · 8 years ago
  80. d90003d More precise PIC emulation by copy · 8 years ago
  81. 559a7f0 Remove remainings of old code by copy · 8 years ago
  82. 231852b Minor cleanup by copy · 8 years ago
  83. b23b070 Improved prefix handling, preparation for faster emulation by copy · 8 years ago
  84. 0cc9617 Make closure compiler happy by copy · 8 years ago
  85. 4576386 Make closure compiler happy by copy · 8 years ago
  86. 0fbb768 New OSes by copy · 8 years ago
  87. 9642047 Minor by copy · 8 years ago
  88. a3b5c2e Minor pci update by copy · 8 years ago
  89. 3a94b52 Minor PIC update by copy · 8 years ago
  90. 819187c Minor pit update by copy · 8 years ago
  91. e8109ba Minor apic update by copy · 8 years ago
  92. 8266de7 Minor vga changes by copy · 8 years ago
  93. 7a1de12 Trim whitespace when logging from uart by copy · 8 years ago
  94. f43ed23 Fix sample rate for reactos, #115 by copy · 8 years ago
  95. 4e287a4 Check non-conforming cs correctly, #115 by copy · 8 years ago
  96. fee07cc Don't scroll when mobile keyboard is selected (#105) by copy · 8 years ago
  97. c7e96d7 Blur checkbox by copy · 8 years ago
  98. ae7bbcc Clean up some logging by copy · 8 years ago
  99. 60e330d IDE emulation improvement. Fixes #89 by copy · 8 years ago
  100. 729cb1a Small cleanup by copy · 8 years ago