ff4ff35918
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.
21 lines
265 B
ArmAsm
21 lines
265 B
ArmAsm
.text
|
|
.p2align 3
|
|
.globl _start
|
|
_start:
|
|
.byte 0
|
|
|
|
.data
|
|
.p2align 3
|
|
.globl data
|
|
data:
|
|
|
|
.dc.a .data
|
|
.dc.a 0
|
|
.dc.a data + 2
|
|
.dc.a __ehdr_start + 4
|
|
.dc.a __ehdr_start + 9
|
|
|
|
.byte 0
|
|
# Offset is not a multiple of 2. Don't use DT_RELR.
|
|
.dc.a __ehdr_start + 10
|