From 2a86da81f6e6154eeba6aa25bb6ee37dadfc666b Mon Sep 17 00:00:00 2001 From: Kelly Brown Date: Fri, 5 Jan 2024 10:45:45 -0500 Subject: [PATCH] OSDOCS#6518: 64k pages in the RHCOS kernal support on ARM arches --- modules/machine-config-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/machine-config-overview.adoc b/modules/machine-config-overview.adoc index a084a8f658..390cbea8c3 100644 --- a/modules/machine-config-overview.adoc +++ b/modules/machine-config-overview.adoc @@ -56,7 +56,7 @@ The kinds of components that MCO can change include: * Adding new users by using a machine config is not supported. ==== * **kernelArguments**: Add arguments to the kernel command line when {product-title} nodes boot. -* **kernelType**: Optionally identify a non-standard kernel to use instead of the standard kernel. Use `realtime` to use the RT kernel (for RAN). This is only supported on select platforms. +* **kernelType**: Optionally identify a non-standard kernel to use instead of the standard kernel. Use `realtime` to use the RT kernel (for RAN). This is only supported on select platforms. Use the `64k-pages` parameter to enable the 64k page size kernel. This setting is exclusive to machines with 64-bit ARM architectures. ifndef::openshift-origin[] * **fips**: Enable link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/security_hardening/index#using-the-system-wide-cryptographic-policies_security-hardening[FIPS] mode. FIPS should be set at installation-time setting and not a postinstallation procedure.