Advertisement
Guest User

Untitled

a guest
Oct 20th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1.  
  2. There are no discarded input sections
  3.  
  4. Memory Configuration
  5.  
  6. Name Origin Length Attributes
  7. *default* 0x00000000 0xffffffff
  8.  
  9. Linker script and memory map
  10.  
  11. LOAD C:/i686-elf-tools-windows/bin/../lib/gcc/i686-elf/13.2.0\libgcc.a
  12. LOAD build/gdt.c.o
  13. LOAD build/gdt.s.o
  14. LOAD build/main.c.o
  15. LOAD build/multiboot.s.o
  16. LOAD build/vgatype.c.o
  17. 0x00200000 . = 0x200000
  18.  
  19. .text 0x00200000 0x264
  20. *(.multiboot)
  21. .multiboot 0x00200000 0xc build/multiboot.s.o
  22. *(.text)
  23. *fill* 0x0020000c 0x4
  24. .text 0x00200010 0xb3 build/gdt.c.o
  25. 0x00200010 create_entry
  26. 0x00200070 init_gdt
  27. *fill* 0x002000c3 0xd
  28. .text 0x002000d0 0x38 build/gdt.s.o
  29. 0x002000d6 load_gdt
  30. 0x002000f2 reloadSegments
  31. .text 0x00200108 0x0 build/main.c.o
  32. *fill* 0x00200108 0x8
  33. .text 0x00200110 0xe build/multiboot.s.o
  34. 0x00200110 _start
  35. *fill* 0x0020011e 0x2
  36. .text 0x00200120 0x144 build/vgatype.c.o
  37. 0x00200120 vgatype_initalize
  38. 0x00200140 putc
  39. 0x002001b0 clear_text
  40. 0x00200200 strlen
  41. 0x00200220 puts
  42.  
  43. .iplt 0x00200264 0x0
  44. .iplt 0x00200264 0x0 build/gdt.c.o
  45.  
  46. .text.startup 0x00200270 0x17
  47. .text.startup 0x00200270 0x17 build/main.c.o
  48. 0x00200270 main
  49.  
  50. .rel.dyn 0x00200288 0x0
  51. .rel.got 0x00200288 0x0 build/gdt.c.o
  52. .rel.iplt 0x00200288 0x0 build/gdt.c.o
  53.  
  54. .rodata
  55. *(.rodata)
  56.  
  57. .data 0x00201000 0x0
  58. *(.data)
  59. .data 0x00201000 0x0 build/gdt.c.o
  60. .data 0x00201000 0x0 build/main.c.o
  61. .data 0x00201000 0x0 build/vgatype.c.o
  62.  
  63. .got 0x00200288 0x0
  64. .got 0x00200288 0x0 build/gdt.c.o
  65.  
  66. .got.plt 0x00200288 0x0
  67. .got.plt 0x00200288 0x0 build/gdt.c.o
  68.  
  69. .igot.plt 0x00200288 0x0
  70. .igot.plt 0x00200288 0x0 build/gdt.c.o
  71.  
  72. .bss 0x00201000 0x4020
  73. *(COMMON)
  74. *(.bss)
  75. .bss 0x00201000 0x18 build/gdt.c.o
  76. 0x00201000 gdt_entries
  77. .bss 0x00201018 0x0 build/main.c.o
  78. .bss 0x00201018 0x4000 build/multiboot.s.o
  79. .bss 0x00205018 0x8 build/vgatype.c.o
  80. 0x00205018 color
  81. 0x00205019 y
  82. 0x0020501a x
  83. 0x0020501c buffer
  84. OUTPUT(kernel elf32-i386)
  85.  
  86. .debug_info 0x00000000 0x60b
  87. .debug_info 0x00000000 0x1ae build/gdt.c.o
  88. .debug_info 0x000001ae 0xd0 build/main.c.o
  89. .debug_info 0x0000027e 0x38d build/vgatype.c.o
  90.  
  91. .debug_abbrev 0x00000000 0x391
  92. .debug_abbrev 0x00000000 0x114 build/gdt.c.o
  93. .debug_abbrev 0x00000114 0x65 build/main.c.o
  94. .debug_abbrev 0x00000179 0x218 build/vgatype.c.o
  95.  
  96. .debug_loclists
  97. 0x00000000 0x24f
  98. .debug_loclists
  99. 0x00000000 0x16e build/gdt.c.o
  100. .debug_loclists
  101. 0x0000016e 0xe1 build/vgatype.c.o
  102.  
  103. .debug_aranges 0x00000000 0x60
  104. .debug_aranges
  105. 0x00000000 0x20 build/gdt.c.o
  106. .debug_aranges
  107. 0x00000020 0x20 build/main.c.o
  108. .debug_aranges
  109. 0x00000040 0x20 build/vgatype.c.o
  110.  
  111. .debug_line 0x00000000 0x3ae
  112. .debug_line 0x00000000 0xe9 build/gdt.c.o
  113. .debug_line 0x000000e9 0x6a build/main.c.o
  114. .debug_line 0x00000153 0x25b build/vgatype.c.o
  115.  
  116. .debug_str 0x00000000 0x2b2
  117. .debug_str 0x00000000 0x2b2 build/gdt.c.o
  118. 0x14f (size before relaxing)
  119. .debug_str 0x000002b2 0x125 build/main.c.o
  120. .debug_str 0x000002b2 0x29f build/vgatype.c.o
  121.  
  122. .debug_line_str
  123. 0x00000000 0xac
  124. .debug_line_str
  125. 0x00000000 0xac build/gdt.c.o
  126. 0xbd (size before relaxing)
  127. .debug_line_str
  128. 0x000000ac 0x7b build/main.c.o
  129. .debug_line_str
  130. 0x000000ac 0xd6 build/vgatype.c.o
  131.  
  132. .comment 0x00000000 0x12
  133. .comment 0x00000000 0x12 build/gdt.c.o
  134. 0x13 (size before relaxing)
  135. .comment 0x00000012 0x13 build/main.c.o
  136. .comment 0x00000012 0x13 build/vgatype.c.o
  137.  
  138. .debug_frame 0x00000000 0x148
  139. .debug_frame 0x00000000 0x58 build/gdt.c.o
  140. .debug_frame 0x00000058 0x2c build/main.c.o
  141. .debug_frame 0x00000084 0xc4 build/vgatype.c.o
  142.  
  143. .debug_rnglists
  144. 0x00000000 0x77
  145. .debug_rnglists
  146. 0x00000000 0x13 build/main.c.o
  147. .debug_rnglists
  148. 0x00000013 0x64 build/vgatype.c.o
  149.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement