> I can't seem to find what I did with that ELF version of the
> linux kernel Ulrich made for purposes of loading straight
> into VM memory. I have a straight binary version which I
> was using to test the concept with bochs before. Can
> someone send me a pointer to the ELF one, and I'll stick
> in on the ftp site.
I've probably thrown away the ELF version (if I ever had one).
It should be simple to create, however, just compile a kernel
with all drivers and features except ram disk and console
disabled. (2.2.x will probably be even better than 2.0.x,
because all segments start at 0 there.)
In any case, I think the binary version should be even easier
to use than the ELF one; you'd need to relocate the ELF version
because it is compiled with a base of 0xc0100000 but needs to
be loaded at (real address) 0x100000 ...
Bye,
Ulrich
--
Dr. Ulrich Weigand
[EMAIL PROTECTED]