Files
RedBear-OS/targets/aarch64-unknown-kernel.json
T
Red Bear OS 82feefbaee Red Bear OS kernel baseline
From release 0.1.0 pre-patched archive.
This includes all Red Bear modifications previously maintained
as patches in local/patches/kernel/.
2026-06-27 09:19:25 +03:00

25 lines
747 B
JSON

{
"abi": "softfloat",
"arch": "aarch64",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32",
"disable-redzone": true,
"dynamic-linking": false,
"env": "",
"exe-suffix": "",
"executables": true,
"features": "+strict-align,-neon,-fp-armv8,+tpidr-el1",
"frame-pointer": "always",
"has-rpath": false,
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-target": "aarch64-unknown-none",
"no-default-libraries": true,
"os": "none",
"position-independent-executables": false,
"relocation-model": "pic",
"target-c-int-width": 32,
"target-endian": "little",
"target-pointer-width": 64,
"vendor": "unknown"
}