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
RISC_VSpecific operations for the RISC-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 typedef Archtecture {
case x86
case x86_64
case aarch64
case risc_v
}
@public typedef HostSystem {
case windows
case linux

case uefi
case bios
}