forked from fernandotcl/TinyEMU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
55 lines (41 loc) · 1.36 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
2020-06-05 (alcz):
- added -emu-cpuid command line parameter which keeps the x86 KVM
flavour CPUID more compatible to current x86 cpu emulator
- keep console open even for framebuffer VMs
- Makefile.js extended to build x86 (cpu emulator is still missing)
- updated for recent emscripten:
Runtime.dynCall -> dynCall
Pointer_stringify -> UTF8String
plus some linker exports
2019-12-21:
- added complete JSLinux demo
- RISC-V: added initrd support
- RISC-V: fixed FMIN/FMAX instructions
2018-09-23:
- added support for separate RISC-V BIOS and kernel
2018-09-15:
- renamed to TinyEMU (temu)
- single executable for all emulated machines
2018-08-29:
- compilation fixes
2017-08-06:
- added JSON configuration file
- added graphical display with SDL
- added VirtIO input support
- added PCI bus and VirtIO PCI support
- x86: added IDE, PS/2, vmmouse and VGA devices
- added user mode network interface
2017-06-10:
- RISCV: avoid unnecessary kernel patches
- x86: accept standard kernel images
2017-05-25:
- RISCV: faster emulation (1.4x)
- Support of user level ISA version 2.2 and priviledged architecture
version 1.10
- added small x86 emulator (x86emu) based on KVM
- modified the fs_net network protocol to match the vfsync protocol
- handle console resize
- JS emulator:
- added scrollbar in terminal
- added file import and export
- added copy/paste support