Ollie Lho <[EMAIL PROTECTED]> writes: > Eric, > Should we change the interface of stream.init for init(void) to > something like init(unsigned long kernel_start) ?? For DoC and ROM we > have this hard coded. For IDE we just assume the kernel starts ate 0 > which is used for partition table.
O.k. I have been working on this just a little bit. I won't checkin anything until atleast monday, but I have succeeded in getting a mini bootloader built from the linuxBIOS tree. What I would like to do is leave the stream interface the same but have something a table of driver init/probe routines that when called register one or more streams (instead of having them hardcoded). This will let us handle multiple ide and that kind of thing. Eric
