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.
13 lines
362 B
ArmAsm
13 lines
362 B
ArmAsm
# The .align may cause overflow because deleting nops.
|
|
.text # 0x120004000
|
|
.align 3
|
|
la.local $r12, .L1
|
|
|
|
# .fill 0x1f7ffc # max fill without overflow, .data address is 0x120200000
|
|
# .fill 0x1f8000 # min fill with overflow, .data address is 0x120204000
|
|
.fill 0x1fbff4 # max fill with overflow, .data address is 0x120204000
|
|
|
|
.data
|
|
.L1:
|
|
.byte 2
|