NetBSD/usr.sbin/mdsetimage
scottr dbeee4956b Implement the -T flag, used to (optionally) specify the kernel text
start address for a.out executables.  This is useful in the case that
kernel text starts in the second physical page, in which case the
clever hack to work around the problem is defeated.

This option was patterned after the -T flag documented in the ld(1)
man page.  (It does not support the undocumented '-Ttext <addr>'
usage, however, since that would require a parser or getopt(3) hacks.)
1997-09-30 06:20:16 +00:00
..
Makefile This program is now called `mdsetimage'. 1997-01-02 00:33:34 +00:00
exec_aout.c Implement the -T flag, used to (optionally) specify the kernel text 1997-09-30 06:20:16 +00:00
exec_ecoff.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
exec_elf32.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
exec_elf64.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
extern.h rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
mdsetimage.8 Implement the -T flag, used to (optionally) specify the kernel text 1997-09-30 06:20:16 +00:00
mdsetimage.c Implement the -T flag, used to (optionally) specify the kernel text 1997-09-30 06:20:16 +00:00