Advertisement
atm959

sym.map

Aug 1st, 2019
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1.  
  2. Allocating common symbols
  3. Common symbol size file
  4.  
  5. pointerX 0x4 kernel.o
  6. sectorCount 0x4 kernel.o
  7. winX 0x4 kernel.o
  8. IDT 0x800 kernel.o
  9. pointerY 0x4 kernel.o
  10. tempVidBuffer 0xfa00 kernel.o
  11. winY 0x4 kernel.o
  12. mouse_byte 0x3 kernel.o
  13. selectedCol 0x1 kernel.o
  14. dataThingy 0x200 kernel.o
  15.  
  16. Memory Configuration
  17.  
  18. Name Origin Length Attributes
  19. *default* 0x0000000000000000 0xffffffffffffffff
  20.  
  21. Linker script and memory map
  22.  
  23. LOAD main.o
  24. LOAD kernel.o
  25. LOAD /home/atm959/opt/cross/lib/gcc/i686-elf/9.1.0/libgcc.a
  26. 0x0000000000007c00 . = 0x7c00
  27.  
  28. .text 0x0000000000007c00 0xf8a
  29. *(.boot)
  30. .boot 0x0000000000007c00 0x29d main.o
  31. 0x0000000000007c00 start
  32. 0x0000000000007e0c divByZero
  33. 0x0000000000007e14 irq0
  34. 0x0000000000007e1c irq1
  35. 0x0000000000007e24 irq2
  36. 0x0000000000007e2c irq3
  37. 0x0000000000007e34 irq4
  38. 0x0000000000007e3c irq5
  39. 0x0000000000007e44 irq6
  40. 0x0000000000007e4c irq7
  41. 0x0000000000007e54 irq8
  42. 0x0000000000007e5c irq9
  43. 0x0000000000007e64 irq10
  44. 0x0000000000007e6c irq11
  45. 0x0000000000007e74 irq12
  46. 0x0000000000007e7c irq13
  47. 0x0000000000007e84 irq14
  48. 0x0000000000007e8c irq15
  49. 0x0000000000007e94 load_idt
  50. *(.text)
  51. *fill* 0x0000000000007e9d 0x3
  52. .text 0x0000000000007ea0 0xcea kernel.o
  53. 0x0000000000007ea0 copyTempBufferToGPUBuffer
  54. 0x0000000000007ec0 renderImage
  55. 0x0000000000007f30 idt_init
  56. 0x00000000000081b0 divByZero_handler
  57. 0x00000000000081e0 irq0_handler
  58. 0x00000000000081f0 irq1_handler
  59. 0x0000000000008200 irq2_handler
  60. 0x0000000000008210 irq3_handler
  61. 0x0000000000008220 irq4_handler
  62. 0x0000000000008230 irq5_handler
  63. 0x0000000000008240 irq6_handler
  64. 0x0000000000008250 irq7_handler
  65. 0x0000000000008260 irq8_handler
  66. 0x0000000000008270 irq9_handler
  67. 0x0000000000008280 irq10_handler
  68. 0x0000000000008290 irq11_handler
  69. 0x00000000000082a0 irq12_handler
  70. 0x00000000000083c0 irq13_handler
  71. 0x00000000000083d0 irq14_handler
  72. 0x00000000000083e0 irq15_handler
  73. 0x00000000000083f0 mouse_read
  74. 0x0000000000008410 mouse_install
  75. 0x0000000000008520 renderPointerEditor
  76. 0x00000000000087d0 detectDrive
  77. 0x00000000000087e0 initAndIdentifyDrive
  78. 0x0000000000008890 readSector
  79. 0x0000000000008910 writeSector
  80. 0x00000000000089c0 kernelMain
  81.  
  82. .rodata
  83. *(.rodata)
  84.  
  85. .eh_frame 0x0000000000008b8c 0x300
  86. .eh_frame 0x0000000000008b8c 0x300 kernel.o
  87.  
  88. .data 0x0000000000008ea0 0xa0
  89. *(.data)
  90. .data 0x0000000000008ea0 0xa0 kernel.o
  91. 0x0000000000008ea0 mouse_time
  92. 0x0000000000008ec0 pointerImageClicked
  93. 0x0000000000008f00 pointerImage
  94.  
  95. .bss 0x0000000000008f40 0x14480
  96. *(.bss)
  97. .bss 0x0000000000008f40 0x4000 main.o
  98. .bss 0x000000000000cf40 0x5 kernel.o
  99. 0x000000000000cf40 mouse_y
  100. 0x000000000000cf41 mouse_x
  101. 0x000000000000cf42 mouse_cycle
  102. 0x000000000000cf43 mouseClicked
  103. 0x000000000000cf44 enableMouseHandler
  104. *fill* 0x000000000000cf45 0x1b
  105. COMMON 0x000000000000cf60 0x10460 kernel.o
  106. 0x000000000000cf60 pointerX
  107. 0x000000000000cf64 sectorCount
  108. 0x000000000000cf68 winX
  109. 0x000000000000cf80 IDT
  110. 0x000000000000d780 pointerY
  111. 0x000000000000d7a0 tempVidBuffer
  112. 0x000000000001d1a0 winY
  113. 0x000000000001d1a4 mouse_byte
  114. 0x000000000001d1a7 selectedCol
  115. 0x000000000001d1c0 dataThingy
  116. OUTPUT(myos.bin binary)
  117.  
  118. .comment 0x0000000000000000 0x12
  119. .comment 0x0000000000000000 0x12 kernel.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement