about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-02-24 12:26:27 -0600
committerThomas Watson <twatson52@icloud.com>2024-02-24 12:26:27 -0600
commitfcf3eadb84c33d544c99a6517c4b45c956ca16aa (patch)
treec578f347e01b03f27731a21c8aa4229285458462 /docs
parent0b10ecc98433e9aac8fd94511100d2e4e799ac79 (diff)
downloadnixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar.gz
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar.bz2
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar.lz
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar.xz
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.tar.zst
nixlib-fcf3eadb84c33d544c99a6517c4b45c956ca16aa.zip
linux-asahi: finally kill long-broken 4K mode
Diffstat (limited to 'docs')
-rw-r--r--docs/uefi-standalone.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index e7e160a75aa3..bed20228c784 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -246,18 +246,6 @@ Currently, the only supported way to update the peripheral firmware files is to
   # hardware.asahi.extractPeripheralFirmware = false;
 ```
 
-<details>
-  <summary>If you have apps incompatible with 16K page sizes and you need 4K page size instead...</summary>
-
-**Note:** The 4K patches are currently not updated to latest kernel version. See [this issue](https://github.com/tpwrules/nixos-apple-silicon/issues/43).
-You can choose to build the Asahi kernel with a 4K page size by enabling the appropriate option. This results in a reduction in raw compilation speed of 10-25%, but improves software compatibility in some cases (such as with Chromium/Electron and x86 emulation).
-```
-  # Build the kernel with 4K pages to improve software compatibility at
-  # the cost of performance in some cases.
-  hardware.asahi.use4KPages = true;
-```
-</details>
-
 If you want to install a desktop environment, you will have to uncomment the option to enable X11 and NetworkManager, then add an option to include your favorite desktop environment. You may also wish to include graphical packages such as `firefox` in `environment.systemPackages`. For example, to install Xfce:
 ```
   # Enable the X11 windowing system.