Files
vasilito facf0c92e0 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

22 lines
510 B
Bash

TEMPLATE_NAME=elf
MACHINE=
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-ip2k"
NO_REL_RELOCS=yes
# See also `include/elf/ip2k.h'
DATA_ADDR=0x01000100
TEXT_START_ADDR=0x02010000
GPR_START_ADDR=0x1000080
GPR_SIZE=0x7F
GRP_MEMORY=gpr
ARCH=ip2k
ENTRY=__start
EMBEDDED=yes
ELFSIZE=32
MAXPAGESIZE=256
WRITABLE_RODATA=
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x01000FFF);'
OTHER_READONLY_SECTIONS='.pram 0x2000000 : { *(.pram) } .reset 0x201FFE0 : { *(.reset) }'
OTHER_READWRITE_SECTIONS='.gpr 0x1000080 : { *(.gpr) }'