Skip to main content

Std.System

This page is still under construction!

This feature is still not implemented!

namespace Std.System

Std.System implements common interface with low-level, OS and hardware


Namespaces

NamespaceDescription
OSImplementetions of interfaces between the host OS APIs
x86Specific operations for the Intel x86 archtecture
x86_64Specific operations for the Intel x86_64 archtecture
AArch64Specific operations for the 64-bit ARM archtecture
RISK_VSpecific operations for the RISK-V archtecture

Fields

FieldTypeAcessDescription
archArchtectureRead only, compile timeThe reference of the archtecture being targeted for the build
osHostSystemRead only, compile timeThe reference of the operational system targeted for the build

Enums

@public enum Archtecture {
x86,
x86_64,
aarch64,
risc_v
}
@public enum HostSystem {
windows,
linux,

uefi,
bios
}