un (architecture-specific)
QNX SDP8.0Building Embedded SystemsConfigurationDeveloper
Union for storing architecture-specific information
The un union serves as a demultiplexing point for the various processor families. It is demultiplexed based on the value of the type member of the syspage_entry structure.
Currently supported architectures include:
Processor family | Member | type value |
---|---|---|
ARM, 64-bit | aarch64 | SYSPAGE_AARCH64 |
x86, 64-bit | x86_64 | SYSPAGE_X86_64 |
Page updated: