code: purgatorio

ref: b7af62b250e5dff30320a181ca9d53ab5a7c276d
dir: /man/10/ksize/

View raw version
.TH KSIZE 10.1
.SH NAME
ksize \- print size of kernel images
.SH SYNOPSIS
.B ksize
[
.I file ...
]
.SH DESCRIPTION
.I Ksize
prints the size of the segments for each of the argument executable files
(default
.BR 8.out ).
The format is
.IP
.IB textsize t
+
.IB datasize d
+
.IB bsssize b
=
.I total
.PP
where the numbers are in bytes.
.SH SOURCE
.B /utils/ksize
.SH "SEE ALSO
.IR kstrip (10.1),
.IR a.out (10.6)