Neal H. Walfield wrote:
At Tue, 19 Aug 2008 17:37:14 +0200,
zhengda wrote:
Since boot only uses one interface, boot probably accepts only one
interface name from subhurd.
This needn't be the case. In fact, it should be able to expose any
number of objects as devices. A good interface might be:
-d foo=filename1 -d bar=filename2 ...
Where foo is hd0 or eth0 and filename is some file name interpreted in
the context of boot.
Unfortunately, '-d' and '-D' have been taken.
Let's use '-f' for this purpose, OK?
Zheng Da