Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



scottr
Mon Sep 29 23:20:19 PDT 1997
Update of /cvsroot/src/usr.sbin/mdsetimage
In directory netbsd1:/var/slash-tmp/cvs-serv15524

Modified Files:
        exec_aout.c mdsetimage.8 mdsetimage.c 
Log Message:
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.)



Home | Main Index | Thread Index | Old Index