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.
26 lines
515 B
D
26 lines
515 B
D
#ld: -T no-shared-1.ld
|
|
#objdump: -dr -j.text -j.data -j.got
|
|
|
|
.*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0000000000050000 <__start>:
|
|
50000: 3c020007 lui v0,0x7
|
|
50004: 64428000 daddiu v0,v0,-32768
|
|
50008: df828020 ld v0,-32736\(gp\)
|
|
5000c: df828020 ld v0,-32736\(gp\)
|
|
#...
|
|
Disassembly of section \.data:
|
|
|
|
0000000000060000 .*:
|
|
60000: 00000000 .*
|
|
60004: 00068000 .*
|
|
#...
|
|
Disassembly of section \.got:
|
|
|
|
0000000000060010 <_GLOBAL_OFFSET_TABLE_>:
|
|
\.\.\.
|
|
60018: 80000000 00000000 00000000 00068000 .*
|