ksize 410 B

1234567891011121314151617181920212223242526272829
  1. .TH KSIZE 10.1
  2. .SH NAME
  3. ksize \- print size of kernel images
  4. .SH SYNOPSIS
  5. .B ksize
  6. [
  7. .I file ...
  8. ]
  9. .SH DESCRIPTION
  10. .I Ksize
  11. prints the size of the segments for each of the argument executable files
  12. (default
  13. .BR 8.out ).
  14. The format is
  15. .IP
  16. .IB textsize t
  17. +
  18. .IB datasize d
  19. +
  20. .IB bsssize b
  21. =
  22. .I total
  23. .PP
  24. where the numbers are in bytes.
  25. .SH SOURCE
  26. .B /utils/ksize
  27. .SH "SEE ALSO
  28. .IR kstrip (10.1),
  29. .IR a.out (10.6)