Marcus Brinkmann wrote:
>
> Hi,
>
> I tried to boot gnumach (the microkernel used by the GNU/Hurd OS)
> on plex86. It is a multiboot compliant kernel. I don't know what
> the stack= argument means, so I copied the value that was used for all
> other lines. The conf file I used and the output generated are attached.
>
> It doesn't work yet, but maybe you can see something from the
> output error. If you want a copy of the kernel to play with, let
> me know and I will put it online (including source code).
>
> GNUMach needs a module to hand control over to (as the Hurd
> is a multiserver OS). Is module loading implemented?
Looks like you're running into the CLI instruction, which
wasn't emulated in the source you have. That's not a bug,
you're just running into not-yet-done functionality.
I have more advanced code, but things are torn up right
now to debug other problems. Will release code as soon
as I can.
-Kevin