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.
39 lines
1.0 KiB
D
39 lines
1.0 KiB
D
#source: start.s
|
|
#source: sec-7a.s
|
|
#source: sec-7b.s
|
|
#source: sec-7c.s
|
|
#source: sec-7d.s
|
|
#source: sec-7e.s
|
|
#ld: -m mmo
|
|
#objcopy_linked_file:
|
|
#objdump: -hs
|
|
|
|
# When producing mmo output: sections with an input length not a
|
|
# multiple of 4, and whose total length in linked output
|
|
# exceeded the "chunk size" (32768), would get to-4-padding
|
|
# inserted at each chunk division. Also check that section
|
|
# sizes aren't rounded up at objcopy.
|
|
|
|
.*: file format mmo
|
|
|
|
Sections:
|
|
Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn
|
|
0 \.text[ ]+0+4 0+ 0+ 0+ 2\*\*2
|
|
[ ]+CONTENTS, ALLOC, LOAD, CODE
|
|
1 \.di +0+27ffb +0+ +0+ +0+ +2\*\*2
|
|
[ ]+CONTENTS, READONLY
|
|
Contents of section \.text:
|
|
0000 e3fd0001[ ]+.*
|
|
Contents of section \.di:
|
|
00000 2a000000 00000000 00000000 00000000 .*
|
|
#...
|
|
07ff0 00000000 00000000 00000000 2b2c0000 .*
|
|
#...
|
|
0fff0 00000000 00000000 00002d2e 00000000 .*
|
|
#...
|
|
17ff0 00000000 00000000 002f3000 00000000 .*
|
|
#...
|
|
1fff0 00000000 00000000 00313200 00000000 .*
|
|
#...
|
|
27ff0 00000000 00000000 000033[ ]+.*
|