diff options
| author | iximeow <me@iximeow.net> | 2026-04-21 18:51:30 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-04-21 18:51:30 +0000 |
| commit | 6eb9d69ebf3472bb9fb39fe4b7144d92f031f105 (patch) | |
| tree | 305de7dd3e91802281ba686929413777cc5454ab | |
| parent | 9598dfc3f069681ebc2145ca87f8ed19bdde3cb7 (diff) | |
changelog too
| -rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +## 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. |
