From 58e4e45204b8a5d309a55c913f475d15d8fec133 Mon Sep 17 00:00:00 2001 From: Sairaj Sawant Date: Mar 17 2026 13:25:21 +0000 Subject: Fix duplicate "lots of" in Line 3 of main/modules/ROOT/pages/x86-support.adoc Removed repeated "lots of" in Line of the x86 support section. --- diff --git a/modules/ROOT/pages/x86-support.adoc b/modules/ROOT/pages/x86-support.adoc index 3ae2b11..076fd8e 100644 --- a/modules/ROOT/pages/x86-support.adoc +++ b/modules/ROOT/pages/x86-support.adoc @@ -1,6 +1,6 @@ = Running x86/x86-64 applications on {variant-name} -There are lots of lots of legacy x86/x86-64 applications that users want to run on arm64 platforms, including Windows applications and games. To support this in {variant-name}, we have integrated a stack of existing and bespoke components to make it possible to transparently run x86/x86-64 apps directly on arm64 Linux. +There are lots of legacy x86/x86-64 applications that users want to run on arm64 platforms, including Windows applications and games. To support this in {variant-name}, we have integrated a stack of existing and bespoke components to make it possible to transparently run x86/x86-64 apps directly on arm64 Linux. Since Apple platforms use a 16K page size natively and x86/x86-64 processors use a 4K page size, this is especially tricky, as x86/x86-64 applications generally do not work when presented with a host kernel that requires 16K page alignment. To bridge this gap, we are using a microVM to run an entirely separate guest Linux kernel in 4K page size mode. To keep it as seamless as possible, the guest environment is designed to be as close as possible to the host environment, and we use native context GPU passthrough to have high-performance graphics inside the guest.