Files
RedBear-OS/recipes/core/kernel/source/targets/i586-unknown-kernel.json
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

27 lines
833 B
JSON

{
"arch": "x86",
"code-model": "kernel",
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
"disable-redzone": true,
"dynamic-linking": false,
"env": "",
"exe-suffix": "",
"executables": true,
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
"frame-pointer": "always",
"has-rpath": false,
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-target": "i686-unknown-none",
"max-atomic-width": 64,
"no-default-libraries": true,
"os": "none",
"position-independent-executables": false,
"relocation-model": "static",
"rustc-abi": "x86-softfloat",
"target-c-int-width": 32,
"target-endian": "little",
"target-pointer-width": 32,
"vendor": "unknown"
}