Subject: Creaping features wanted for mdsetimage
To: None <current-users@netbsd.org>
From: Castor Fu <castor@geocast.com>
List: current-users
Date: 05/27/2000 11:22:02
I want to use mdsetimage to insert data into arrays on ELF binaries
for some things other than just ramdisks.  Are there any objections 
to adding the following flags:

	mdsetimage [-S] [-s size_varname] [-i image_varname] objfile imagefile
	
The '-S' option causes the size variable to be set to the size of the image
file.

	-castor