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.
20 lines
150 B
ArmAsm
20 lines
150 B
ArmAsm
.data
|
|
.align 2
|
|
d0:
|
|
.long 1
|
|
.global w0
|
|
w0:
|
|
.long 0
|
|
.weak w0
|
|
.text
|
|
.align 5
|
|
f:
|
|
mov.l .L3,r1
|
|
mov.l @r1,r0
|
|
rts
|
|
nop
|
|
.align 2
|
|
.L3:
|
|
.long w0
|
|
|