cleanup: remove reference to deprecated pageReportingOrder setting (#13264)
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
Ben Hillis committed
Jul 17, 2025 at 10:52 UTC
ae77467ec88ed57dacb4160b406c99d6c8c08d1e
2 files changed
+1
-7
doc/docs/technical-documentation/boot-process.md
+1
-1
@@ -76,7 +76,7 @@ When started, the virtual machine will boot into the provided kernel, and then e
76
77
- Identifiers for the system VHD, swap VHD and kernel modules VHD if any
78
- The machine's hostname
79
-- The configured memory reclaim mode and page reporting order(See [wsl2.pageReporting](https://learn.microsoft.com/windows/wsl/wsl-config))*
79
+- The configured memory reclaim mode and page reporting order
80
81
[mini_init](mini_init.md) then creates the [gns process](gns.md), which is responsible for networking configuration and then receives a `LxMiniInitMessageInitialConfig` message, which contains:
82
localization/strings/en-US/Resources.resw
-6
@@ -1695,12 +1695,6 @@ You can also access more VS Code Remote options through the command palette with
1695
<data name="Settings_OptionalFeaturesPageTitle.Text" xml:space="preserve">
1696
<value>Optional Features</value>
1697
</data>
1698
- <data name="Settings_PageReporting.Header" xml:space="preserve">
1699
- <value>Enable page reporting</value>
1700
- </data>
1701
- <data name="Settings_PageReporting.Description" xml:space="preserve">
1702
- <value>Default true setting enables Windows to reclaim unused memory allocated to WSL 2 virtual machine.</value>
1703
- </data>
1698
<data name="Settings_PrivacyPolicyLink.Content" xml:space="preserve">
1699
<value>Privacy Statement</value>
1700
</data>