Commit ed0a83c
1 parent c7b08d1 commit ed0a83c
File tree
6 files changed
+26
-16
lines changed- src/emulator/image
- rootfs/etc
- init.d
- submodules
- tools
6 files changed
+26
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
- .cargo/config.toml
- .github/ISSUE_TEMPLATE/issue.md+24
- .github/workflows/ci.yml+2-1
- Makefile+6-4
- Readme.md+3-1
- debug.html+65-76
- docs/networking.md+24
- examples/lua.html+1-1
- examples/serial.html+1-2
- examples/two_instances.html+13-3
- index.html+12-14
- lib/filesystem.js+1-3
- nodejs-loader.mjs+1-2
- package.json+5
- src/browser/dummy_screen.js+27-93
- src/browser/fetch_network.js+11-1
- src/browser/filestorage.js-18
- src/browser/keyboard.js+67-4
- src/browser/main.js+546-453
- src/browser/screen.js+567-173
- src/browser/starter.js+126-70
- src/cpu.js+24-23
- src/ide.js+2-21
- src/lib.js+22-28
- src/main.js-4
- src/rust/codegen.rs+6-6
- src/rust/cpu/cpu.rs+49-31
- src/rust/cpu/modrm.rs+63-132
- src/rust/jit.rs+9-1
- src/vga.js+229-144
- src/virtio.js+3-3
- src/virtio_net.js+248
- tests/api/clean-shutdown.js-1
- tests/api/floppy-insert-eject.js+29-21
- tests/api/reboot.js+61
- tests/api/reset.js-1
- tests/api/serial.js+7-7
- tests/api/state.js+7-21
- tests/api/test.js-1
- tests/benchmark/arch-bytemark.js-1
- tests/benchmark/arch-python.js-1
- tests/benchmark/linux-boot.js+1-2
- tests/devices/fetch_network.js+73-180
- tests/devices/virtio_9p.js+34-119
- tests/devices/wisp_network.js+50-182
- tests/expect/tests/indirect-call.wast+1-1
- tests/expect/tests/mem32r.wast+1-1
- tests/expect/tests/mem32rmw.wast+2-2
- tests/expect/tests/mem32w.wast+1-1
- tests/expect/tests/mov-immoffs.wast+1-1
- tests/expect/tests/sti.wast+1-1
- tests/expect/tests/task_switch_test.wast+1-1
- tests/expect/tests/task_switch_test_sse.wast+1-1
- tests/full/run.js+8-11
- tests/jit-paging/run.js+1-1
- tests/qemu/run.js-1
- tools/docker/alpine/build-state.js-1
- v86.css+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 26 | + | |
30 | 27 |
| |
31 | 28 |
| |
32 | 29 |
| |
33 | 30 |
| |
34 |
| - | |
35 |
| - | |
| 31 | + | |
36 | 32 |
| |
37 | 33 |
| |
38 | 34 |
| |
|
0 commit comments