blob: d6fe84f2c381235e1d05f0380880fe6f82492adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## 1.1.0
asmlinator now sets up VMs to be able to execute SSE, AVX, and AVX512
instructions as supported by the host processor.
VM setup also panics in the absence of 1GB page support, rather than proceeding
with totally bogus page tables. this limits support to:
* AMD K10 (~Phenom X4 9500, 2007) or later,
* Intel Sandy Bridge-E (~i7-3930K, 2011) or later
## 1.0.0
it exists. easy path to a VM that effectively boots directly to x86_64.
immediately 1.0.0 because this is already incredibly useful to me elsewhere and
an interface i think will hold up to modest usage.
|