debug.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <!doctype html>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <title>v86 (debug)</title>
  4. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
  5. <script src="src/const.js"></script>
  6. <script src="src/config.js"></script>
  7. <script src="src/log.js"></script>
  8. <script src="src/lib.js"></script>
  9. <script src="src/buffer.js"></script>
  10. <script src="src/cpu.js"></script>
  11. <script src="src/debug.js"></script>
  12. <script src="src/io.js"></script>
  13. <script src="src/main.js"></script>
  14. <script src="src/ide.js"></script>
  15. <script src="src/pci.js"></script>
  16. <script src="src/floppy.js"></script>
  17. <script src="src/memory.js"></script>
  18. <script src="src/dma.js"></script>
  19. <script src="src/pit.js"></script>
  20. <script src="src/vga.js"></script>
  21. <script src="src/ps2.js"></script>
  22. <script src="src/rtc.js"></script>
  23. <script src="src/uart.js"></script>
  24. <script src="src/acpi.js"></script>
  25. <script src="src/apic.js"></script>
  26. <script src="src/ioapic.js"></script>
  27. <script src="src/sb16.js"></script>
  28. <script src="src/ne2k.js"></script>
  29. <script src="src/state.js"></script>
  30. <script src="src/virtio.js"></script>
  31. <script src="src/virtio_console.js"></script>
  32. <script src="src/virtio_net.js"></script>
  33. <script src="src/bus.js"></script>
  34. <script src="src/elf.js"></script>
  35. <script src="src/kernel.js"></script>
  36. <script src="src/browser/main.js"></script>
  37. <script src="src/browser/screen.js"></script>
  38. <script src="src/browser/keyboard.js"></script>
  39. <script src="src/browser/mouse.js"></script>
  40. <script src="src/browser/speaker.js"></script>
  41. <script src="src/browser/serial.js"></script>
  42. <script src="src/browser/network.js"></script>
  43. <script src="src/browser/fake_network.js"></script>
  44. <script src="src/browser/fetch_network.js"></script>
  45. <script src="src/browser/wisp_network.js"></script>
  46. <script src="src/browser/starter.js"></script>
  47. <script src="src/browser/worker_bus.js"></script>
  48. <script src="src/browser/print_stats.js"></script>
  49. <script src="src/browser/filestorage.js"></script>
  50. <script src="lib/jor1k.js"></script>
  51. <script src="lib/9p.js"></script>
  52. <script src="lib/filesystem.js"></script>
  53. <script src="lib/marshall.js"></script>
  54. <script src="build/capstone-x86.min.js"></script>
  55. <script src="build/libwabt.js"></script>
  56. <link rel="stylesheet" href="v86.css">
  57. <div>
  58. <div id="boot_options">
  59. <h4>Debugger</h4>
  60. <input type="button" value="ReactOS" id="start_reactos">
  61. <input type="button" value="ReactOS (boot)" id="start_reactos-boot">
  62. <br>
  63. <input type="button" value="MS-DOS" id="start_msdos">
  64. <input type="button" value="FreeDOS" id="start_freedos">
  65. <input type="button" value="FreeDOS with FreeGEM" id="start_freegem">
  66. <br>
  67. <input type="button" value="Windows 1.01" id="start_windows1">
  68. <input type="button" value="Windows 3.0" id="start_windows30">
  69. <input type="button" value="Windows 3.1" id="start_windows31">
  70. <input type="button" value="Windows 95" id="start_windows95">
  71. <input type="button" value="Windows 95 (boot)" id="start_windows95-boot">
  72. <br>
  73. <input type="button" value="Windows 98" id="start_windows98">
  74. <input type="button" value="Windows 98 (boot)" id="start_windows98-boot">
  75. <input type="button" value="Windows NT 3.1" id="start_windowsnt3">
  76. <input type="button" value="Windows NT 4.0" id="start_windowsnt4">
  77. <input type="button" value="Windows 2000" id="start_windows2000">
  78. <input type="button" value="Windows 2000 (boot)" id="start_windows2000-boot">
  79. <br>
  80. <input type="button" value="Linux 2.6 (Buildroot)" id="start_linux26">
  81. <input type="button" value="Linux 3.18 (Buildroot)" id="start_linux3">
  82. <input type="button" value="Linux 4.16 (Buildroot)" id="start_linux4">
  83. <input type="button" value="Linux 5.6 (Buildroot)" id="start_buildroot">
  84. <input type="button" value="Tiny Core" id="start_tinycore">
  85. <input type="button" value="OpenWRT" id="start_openwrt">
  86. <br>
  87. <input type="button" value="Arch Linux" id="start_archlinux">
  88. <input type="button" value="Arch Linux (boot)" id="start_archlinux-boot">
  89. <input type="button" value="Damn Small Linux" id="start_dsl">
  90. <br>
  91. <input type="button" value="FreeBSD" id="start_freebsd">
  92. <input type="button" value="FreeBSD (boot)" id="start_freebsd-boot">
  93. <input type="button" value="OpenBSD" id="start_openbsd">
  94. <input type="button" value="NetBSD" id="start_netbsd">
  95. <br>
  96. <input type="button" value="Haiku" id="start_haiku">
  97. <input type="button" value="Haiku (boot)" id="start_haiku-boot">
  98. <input type="button" value="Minix" id="start_minix">
  99. <input type="button" value="SerenityOS" id="start_serenity">
  100. <input type="button" value="QNX" id="start_qnx">
  101. <input type="button" value="9front" id="start_9front">
  102. <br>
  103. <input type="button" value="Oberon" id="start_oberon">
  104. <input type="button" value="KolibriOS" id="start_kolibrios">
  105. <input type="button" value="Solar OS" id="start_solos">
  106. <input type="button" value="Bootchess" id="start_bootchess">
  107. <input type="button" value="HelenOS" id="start_helenos">
  108. <br>
  109. <!--
  110. <hr>
  111. Restore state: <input type="file" id="restore_state">
  112. -->
  113. <br>
  114. <hr>
  115. <table>
  116. <tr>
  117. <td width="350"><label for="cdrom_image">CD image</label></td>
  118. <td>
  119. <input type="file" id="cdrom_image">
  120. </td>
  121. </tr>
  122. <tr>
  123. <td><label for="floppy_image">Floppy disk image</label></td>
  124. <td> <input type="file" id="floppy_image"><br></td>
  125. </tr>
  126. <tr>
  127. <td><label for="hda_image">Hard disk image</label></td>
  128. <td><input type="file" id="hda_image"><br></td>
  129. </tr>
  130. <tr>
  131. <td>Second hard disk image</td>
  132. <td><input type="file" id="hdb_image"><br></td>
  133. </tr>
  134. <tr>
  135. <td><label for="multiboot_image">Multiboot kernel image (experimental)</label></td>
  136. <td><input type="file" id="multiboot_image"><br></td>
  137. </tr>
  138. <tr>
  139. <td><label for="bzimage">Kernel image (bzimage)</label></td>
  140. <td><input type="file" id="bzimage"><br></td>
  141. </tr>
  142. <tr>
  143. <td><label for="initrd">initrd</label></td>
  144. <td><input type="file" id="initrd"><br></td>
  145. </tr>
  146. <tr>
  147. <td><label for="bios">BIOS</label></td>
  148. <td><input type="file" id="bios"><br></td>
  149. </tr>
  150. <tr>
  151. <td colspan="2"><small>Disk images are not uploaded to the server</small><hr></td>
  152. </tr>
  153. <tr>
  154. <td><label for="memory_size">Memory size</label></td>
  155. <td>
  156. <input id="memory_size" type="number" value="128" min="16" max="2048" step="16"> MB<br>
  157. </td>
  158. </tr>
  159. <tr>
  160. <td><label for="vga_memory_size">Video Memory size</label></td>
  161. <td>
  162. <input id="vga_memory_size" type="number" value="8" min="1" max="128" step="1"> MB<br>
  163. </td>
  164. </tr>
  165. <tr>
  166. <td><label for="relay_url">Networking proxy (leave blank to disable)</label></td>
  167. <td>
  168. <input id="relay_url" type="text" value="wss://relay.widgetry.org/">
  169. </td>
  170. </tr>
  171. <tr>
  172. <td colspan="2"><hr></td>
  173. </tr>
  174. <tr>
  175. <td><label for="disable_audio">Disable audio</label></td>
  176. <td>
  177. <input id="disable_audio" type="checkbox"><br>
  178. </td>
  179. </tr>
  180. <tr>
  181. <td><label for="acpi">Enable ACPI (experimental)</label></td>
  182. <td>
  183. <input id="acpi" type="checkbox"><br>
  184. </td>
  185. </tr>
  186. <tr>
  187. <td colspan="2"><hr></td>
  188. </tr>
  189. <tr>
  190. <td><label for="boot_order">Boot order</label></td>
  191. <td>
  192. <select id="boot_order">
  193. <option value="0">Auto</option>
  194. <option value="213">CD / Floppy / Hard Disk</option>
  195. <option value="123">CD / Hard Disk / Floppy</option>
  196. <option value="231">Floppy / CD / Hard Disk</option>
  197. <option value="321">Floppy / Hard Disk / CD</option>
  198. <option value="312">Hard Disk / Floppy / CD</option>
  199. <option value="132">Hard Disk / CD / Floppy</option>
  200. </select>
  201. </td>
  202. </tr>
  203. </table>
  204. <br>
  205. <button id="start_emulation">Start Emulation</button>
  206. <br>
  207. <br>
  208. </div>
  209. <div id="runtime_options" style="display: none">
  210. <input type="button" value="Dump Registers" id="dump_regs">
  211. <input type="button" value="Dump GDT/LDT" id="dump_gdt">
  212. <input type="button" value="Dump IDT" id="dump_idt">
  213. <input type="button" value="Dump page tables" id="dump_pt">
  214. <input type="button" value="Dump log" id="dump_log">
  215. <br>
  216. <input type="button" value="Pause" id="run">
  217. <input type="button" value="Reset" id="reset">
  218. <input type="button" value="Exit" id="exit">
  219. <input type="button" value="Send Ctrl-Alt-Del" id="ctrlaltdel">
  220. <input type="button" value="Send Alt-Tab" id="alttab">
  221. <input type="button" value="Get floppy image" id="get_fda_image">
  222. <input type="button" value="Get second floppy image" id="get_fdb_image">
  223. <input type="button" value="Get hard disk image" id="get_hda_image">
  224. <input type="button" value="Get second hard disk image" id="get_hdb_image">
  225. <input type="button" value="Get CD-ROM image" id="get_cdrom_image">
  226. <input type="button" value="Insert floppy image" id="change_fda_image">
  227. <input type="button" value="Save State" id="save_state">
  228. <input type="button" value="Load State" id="load_state"> <input type="file" style="display: none" id="load_state_input">
  229. <input type="button" value="Memory Dump" id="memory_dump">
  230. <input type="button" value="Capture network traffic" id="capture_network_traffic">
  231. <input type="button" value="Disable mouse" id="toggle_mouse">
  232. <input type="button" value="Lock mouse" id="lock_mouse">
  233. <input type="button" value="Go fullscreen" id="fullscreen">
  234. <input type="button" value="Take screenshot" id="take_screenshot">
  235. <input type="button" value="Mute" id="mute">
  236. <label>
  237. Scale:
  238. <input type="number" min="0.25" step="0.25" value="1.0" id="scale" style="width: 50px">
  239. </label>
  240. <br>
  241. </div>
  242. <pre style="margin: 0" id="log_levels"></pre>
  243. <pre style="display: none" id="loading"></pre>
  244. <br>
  245. </div>
  246. <div id="screen_container" style="display: none">
  247. <div id="screen"></div>
  248. <canvas id="vga"></canvas>
  249. <div style="position: absolute; top: 0; z-index: 10">
  250. <textarea class="phone_keyboard"></textarea>
  251. </div>
  252. </div>
  253. <div id="runtime_infos" style="display: none">
  254. Running: <span id="running_time">0s</span> <br>
  255. Speed: <span id="speed">0</span> mIPS<br>
  256. Avg speed: <span id="avg_speed">0</span> mIPS<br>
  257. <br>
  258. <div id="info_storage" style="display: none">
  259. <b>IDE device<span id="ide_type"></span></b><br>
  260. Sectors read: <span id="info_storage_sectors_read">0</span><br>
  261. Bytes read: <span id="info_storage_bytes_read">0</span><br>
  262. Sectors written: <span id="info_storage_sectors_written">0</span><br>
  263. Bytes written: <span id="info_storage_bytes_written">0</span><br>
  264. Status: <span id="info_storage_status"></span><br>
  265. <br>
  266. </div>
  267. <div id="info_filesystem" style="display: none">
  268. <b>9p Filesystem</b><br>
  269. Bytes read: <span id="info_filesystem_bytes_read">0</span><br>
  270. Bytes written: <span id="info_filesystem_bytes_written">0</span><br>
  271. <div style="white-space: nowrap; overflow-x: hidden">Last file: <span id="info_filesystem_last_file"></span></div>
  272. Status: <span id="info_filesystem_status"></span><br>
  273. <br>
  274. </div>
  275. <div id="info_network" style="display: none">
  276. <b>Network</b><br>
  277. Bytes received: <span id="info_network_bytes_received">0</span><br>
  278. Bytes transmitted: <span id="info_network_bytes_transmitted">0</span><br>
  279. <br>
  280. </div>
  281. <b>VGA</b><br>
  282. Mode: <span id="info_vga_mode"></span><br>
  283. Resolution: <span id="info_res">-</span><br>
  284. <br>
  285. Mouse: <span id="info_mouse_enabled">No</span><br>
  286. </div>
  287. <div id="filesystem_panel" style="display: none">
  288. <label>
  289. Send files to emulator<br>
  290. <input type="file" id="filesystem_send_file" multiple>
  291. </label>
  292. <br><br>
  293. <label>
  294. Get file from emulator<br>
  295. <input type="text" id="filesystem_get_file" placeholder="Absolute path">
  296. </label>
  297. </div>
  298. <div id="debug_panel" style="display: none">
  299. </div>
  300. <br style="clear: both"><br>
  301. <textarea spellcheck="false" cols="40" rows="12" id="serial" style="display: none">
  302. </textarea>
  303. <div id="terminal"></div>