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.
I guess I should at that that can be implemented as: stream.init() stream.skip(KERNEL_START) So the interface at least doesn't need to change. Eric
