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.
28 lines
508 B
ArmAsm
28 lines
508 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.long 0x33333333
|
|
.long 0x33333333
|
|
.long 0x33333333
|
|
.long 0x33333333
|
|
|
|
.section .rosection,"a"
|
|
.byte 9
|
|
|
|
.section .text.bar,"a",%progbits
|
|
.long 0x22222222
|
|
.long 0x22222222
|
|
.long 0x22222222
|
|
.long 0x22222222
|
|
.section .text.foo,"a",%progbits
|
|
.long 0x11111111
|
|
.long 0x11111111
|
|
.long 0x11111111
|
|
.long 0x11111111
|
|
.section .rodata.foo,"ao",%progbits,.text.foo
|
|
.byte 1
|
|
.section .rodata.bar,"a",%progbits
|
|
.byte 2
|
|
.section .rodata.bar,"ao",%progbits,.text.bar
|
|
.byte 3
|