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.
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
|
|
.*
|
|
|
|
# It doesn't matter whether .text, .bss and .debug are listed, as long as
|
|
# they're empty. The important thing is that .loader shouldn't appear
|
|
# at all.
|
|
Sections:
|
|
*Idx Name * Size .*
|
|
*0 \.text * 0+0 .*
|
|
*ALLOC, LOAD, CODE
|
|
*1 \.data * 0+8 .*
|
|
*CONTENTS, ALLOC, LOAD, RELOC, DATA
|
|
*2 \.bss * 0+0 .*
|
|
*ALLOC
|
|
*3 \.debug * 0+0 .*
|
|
|
|
RELOCATION RECORDS FOR \[\.data\]:
|
|
OFFSET +TYPE +VALUE
|
|
0+0 R_POS(|_32) * \.puts
|
|
0+4 R_POS(|_32) * foobar
|
|
|
|
|