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.
17 lines
404 B
ArmAsm
17 lines
404 B
ArmAsm
.section .text
|
|
.align 4
|
|
.global __start
|
|
.type __start, @function
|
|
__start:
|
|
ld r4,[pcl,@a_in_other_thread@gotpc]
|
|
st 1,[r4]
|
|
.size __start, .-__start
|
|
|
|
.global a_in_other_thread
|
|
.section .data
|
|
.align 4
|
|
.type a_in_other_thread, @object
|
|
.size a_in_other_thread, 4
|
|
a_in_other_thread:
|
|
.word -559038737
|