diff --git a/en-US/0-9.xml b/en-US/0-9.xml index 76d5120..e2d62cb 100644 --- a/en-US/0-9.xml +++ b/en-US/0-9.xml @@ -38,6 +38,77 @@ + + 64-bit ARM + + + n. A 64-bit version of the ARM architecture. + This term can refer to both AArch66/`aarch64` and to ARM64/`arm64`. + + + Use this format in general cases to refer to names of the architecture for various cloud providers. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + + Amazon Web Services (AWS) on 64-bit ARM systems + + + + + Machine types for Microsoft Azure on 64-bit ARM infrastructures + + + + + Refer also to , , , , , and . + + + + + + + 64-bit x86 + + + n. A 64-bit version of the x86 architecture. + This term is a synonym of x86_64. + Use this format in general cases to refer to names of the architecture for various cloud providers. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + + Amazon Web Services (AWS) on 64-bit x86 systems + + + + + Machine types for Microsoft Azure on 64-bit x86 infrastructures + + + + + Refer also to , , , , , and . + + + + + + diff --git a/en-US/A.xml b/en-US/A.xml index af66767..72791ed 100644 --- a/en-US/A.xml +++ b/en-US/A.xml @@ -102,21 +102,84 @@ + + + AArch64, aarch64 + + + n. A 64-bit version of the ARM architecture. + Use this term when referring to operating systems and server instances, for example Red Hat Enterprise Linux, Fedora, CoreOS, and other Linux distributions. + + + Use the uppercase (AArch64) format in general cases when referring to system architecture. + Use the lowercase (aarch64) format only when referring to objects or parameters. + It can be styled as code (monospace font or a code-styled block) when referring to code. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + + When running Red Hat Enterprise Linux with an AArch64 system, run the following commands: + + + + + Specify the system architecture of your cluster, such as x86_64 or aarch64. + + + + + Refer also to , , , , , and . + + + + - AMD64 + AMD64, amd64 - Correct. Do not use "Hammer", "x86_64", "x86-64", "x64", "64-bit x86" or other variations as the name of this architecture. + n. The AMD 64-bit version of the x86 architecture. + Use this term for Red Hat OpenShift Container Platform attributes, Kubernetes, operators, application programming interfaces (APIs), or command-line interface (CLI) objects. - The correct term for AMD's implementation of this architecture is "AMD64". - When discussing the architecture generally, reference both AMD64 and Intel 64 implementations specifically. + Use the uppercase format (AMD64) in general sentences when referring to Red Hat OpenShift Container Platform features. + Use the lowercase format (amd64) only when referring to objects or parameters. + It can be styled as code (monospace font or a code-styled block) when referring to code. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + This operator is supported on AMD64 and ARM64 platforms. + + + + + In this scenario, amd64 is a valid value for X. + + + + - Refer also to . + Refer also to , , , , , and . - + + + + + + + ARM64, arm64 + + + n. A 64-bit version of the ARM architecture. + Use this term for Red Hat OpenShift Container Platform attributes, Kubernetes, operators, application programming interfaces (APIs), and command-line interface (CLI) objects. + + + Use the uppercase format (ARM64) in general sentences when referring to Red Hat OpenShift Container Platform features. + Use lowercase format (arm64) only when referring to objects or parameters. + It can be styled as code (monospace font or a code-styled block) when referring to code. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + + In this exercise, you create an ARM64 compute machine set. + + + + + In this scenario, arm64 is a valid value for X. + + + + + Refer also to , , , , , and . + + and/or diff --git a/en-US/I.xml b/en-US/I.xml index 8765b10..9b603c5 100644 --- a/en-US/I.xml +++ b/en-US/I.xml @@ -134,24 +134,41 @@ Intel 64 - Correct. + n. The Intel 64-bit version of the x86 architecture. + Use this format when referring to information that is exclusive to Intel processors. + For Red Hat products, use only for Red Hat Enterprise Linux content. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands, or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Example: + + + + + This feature can run on only Intel 64 processors. + + + + - Refer also to . + Refer also to , , , , , and . - + + --> - For more information about Intel® trademarks, refer to and . + For more information about Intel trademarks, refer to and . diff --git a/en-US/XYZ.xml b/en-US/XYZ.xml index 5ffef67..1d0bf21 100644 --- a/en-US/XYZ.xml +++ b/en-US/XYZ.xml @@ -16,6 +16,41 @@ + + x86_64 + + + n. A 64-bit version of the x86 architecture. + Use this term when referring to operating systems and server instances, for example Red Hat Enterprise Linux, Fedora, CoreOS and other Linux distributions. + Use this format without backticks in general cases when referring to system architecture. + Use this format in backticks when referring to architecture as a value or parameter. + + + Cloud providers might use different formats of this term to refer to architectures. + If you are documenting code, commands or outputs, then confer with your subject-matter expert on the correct format for the specific use case. + + + Examples: + + + + + Specifies the type of architecture for your server, such as x86_64. + + + + + When specifying the architecture, x86_64 is a valid value. + + + + + Refer also to , , , , , and . + + + + + XEmacs