Advertisement
Guest User

dissasembly

a guest
May 11th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. SYMBOL TABLE:
  2. 0000000000000000 l df *ABS* 0000000000000000 bootloader.asm
  3. 0000000000000000 l d .text 0000000000000000 .text
  4. 0000000000000000 l d .rodata 0000000000000000 .rodata
  5. 0000000000000000 l d .bss 0000000000000000 .bss
  6. 0000000000000000 l .text 0000000000000000 _multiboot_header
  7. 000000000000003f l .text 0000000000000000 _start.fixCS
  8. 0000000000000081 l .text 0000000000000000 lmode_start
  9. 000000000000009b l .text 0000000000000000 check_cpuid
  10. 00000000000000af l .text 0000000000000000 check_cpuid.nocpuid
  11. 00000000000000b1 l .text 0000000000000000 check_lmode
  12. 00000000000000cf l .text 0000000000000000 check_lmode.nolmode
  13. 00000000000000d4 l .text 0000000000000000 setup_paging
  14. 00000000000000f4 l .text 0000000000000000 map_p2_tab
  15. 0000000000000111 l .text 0000000000000000 enable_paging
  16. 0000000000000000 l .rodata 0000000000000000 gdtDescriptor
  17. 0000000000000000 l .rodata 0000000000000000 gdtDescriptor.limit
  18. 0000000000000002 l .rodata 0000000000000000 gdtDescriptor.base
  19. 0000000000000006 l .rodata 0000000000000000 gdt
  20. 0000000000000008 l *ABS* 0000000000000000 SEG_CODE32_KERNEL
  21. 0000000000000010 l *ABS* 0000000000000000 SEG_DATA32_KERNEL
  22. 000000000000001e l .rodata 0000000000000000 gdt.end
  23. 000000000000001e l .rodata 0000000000000000 gdt64
  24. 0000000000000008 l *ABS* 0000000000000000 gdt64.code
  25. 0000000000000010 l *ABS* 0000000000000000 gdt64.data
  26. 0000000000000036 l .rodata 0000000000000000 gdt64.pointer
  27. 0000000000000000 l .bss 0000000000000000 p4_tab
  28. 0000000000001000 l .bss 0000000000000000 p3_tab
  29. 0000000000002000 l .bss 0000000000000000 p2_tab
  30. 0000000000003000 l .bss 0000000000000000 stack
  31. 0000000000000000 *UND* 0000000000000000 kmain
  32. 0000000000000030 g .text 0000000000000000 _start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement