bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting rid of serverboot


From: Neal H Walfield
Subject: Re: Getting rid of serverboot
Date: Sun, 19 Aug 2001 02:37:50 +0200
User-agent: Mutt/1.3.18i

> > Second, struct multiboot_module.  I do not know if this works under OSKit
> > Mach, however, this was the root of all my trouble in GNUMach.
> > Basically, this does not work at all.  
> 
> Can you try to get some more information about this?

When booting in compat mode, we panic in boot_read with the error that I
reported earlier.  Here are a few values that I printed out on entry to
that function:

        mod->mod_start: 1179403647
        mod->mod_end:   65793
        mod->string:    ""
        file_ofs:       0
        size:           52

Thus, it looks to me like we do not have a valid module structure.
Additionally, they are consistent across reboots.

Booting multiple modules result in a hang, however, I see more plausible
results from my printfs in boot_read (i.e. at least mod->string is
valid).

        boot_read: "/home/neal/ext2fs.static":
        mod_start: 1851392; file_ofs: 0; size 52; mod->mod_end: 2924311
        boot_read: "/home/neal/ext2fs.static":
        mod_start: 1851392; file_ofs: 52; size 96; mod->mod_end: 2924311
        read_exec: "":
        read_exec: "":

        Hang.


Attachment: pgpTqKTj4UPpz.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]