p To recognize kernel executable format, the .Fl b flag specifies BFD name of kernel.
p If the .Fl P flag is given, .Nm will report the size of the kernel symbol table.
p If the .Fl p flag is given, .Nm will report the size of the kernel symbol table and the size of the db_symtab space. Two values are printed out in a line separated by a space.
p If the .Fl v flag is given, .Nm will print out status information as it is copying the symbol table.
p Note that debugging symbols are not useful to the .Xr ddb 4 kernel debugger, so to minimize the size of the kernel, one should either compile the kernel without debugging symbols (no .Fl g flag) or use the .Xr strip 1 command to strip debugging symbols from the kernel before .Nm is used to copy the symbol table. The command .Dl strip -d netbsd will strip out debugging symbols. .Sh SEE ALSO .Xr strip 1 , .Xr ddb 4