abi.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Documentation for /proc/sys/abi/* kernel version 2.6.0.test2
  2. (c) 2003, Fabian Frederick <ffrederick@users.sourceforge.net>
  3. For general info : README.
  4. ==============================================================
  5. This path is binary emulation relevant aka personality types aka abi.
  6. When a process is executed, it's linked to an exec_domain whose
  7. personality is defined using values available from /proc/sys/abi.
  8. You can find further details about abi in include/linux/personality.h.
  9. Here are the files featuring in 2.6 kernel :
  10. - defhandler_coff
  11. - defhandler_elf
  12. - defhandler_lcall7
  13. - defhandler_libcso
  14. - fake_utsname
  15. - trace
  16. ===========================================================
  17. defhandler_coff:
  18. defined value :
  19. PER_SCOSVR3
  20. 0x0003 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE
  21. ===========================================================
  22. defhandler_elf:
  23. defined value :
  24. PER_LINUX
  25. 0
  26. ===========================================================
  27. defhandler_lcall7:
  28. defined value :
  29. PER_SVR4
  30. 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
  31. ===========================================================
  32. defhandler_libsco:
  33. defined value:
  34. PER_SVR4
  35. 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
  36. ===========================================================
  37. fake_utsname:
  38. Unused
  39. ===========================================================
  40. trace:
  41. Unused
  42. ===========================================================