[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wortel: error: task-mod (0x2f5000 - 0x3f37d1)
From: |
rafael ernesto alfaro sandoval |
Subject: |
Re: wortel: error: task-mod (0x2f5000 - 0x3f37d1) |
Date: |
Fri, 06 Aug 2004 23:06:49 -0600 |
I ran "strip physmem" in the physmem directory, but now i have another
problem when i boot the system:
.
.
.
zalloc: request for 0x1000 bytes
zfree: freeing block 0x3000 - 0x4000
zalloc: request for 0x1000 bytes
wortel: error: Unexpected page fault from 0xdc003 ad address 0xa (IP
0x22a008)
What is wrong?
Thanks in advance.
On Fri, 2004-08-06 at 17:09, address@hidden wrote:
> Citeren rafael ernesto alfaro sandoval <address@hidden>:
>
> > Hello all!!
> >
> > I have this menu.lst for the GRUB:
> >
> > title GNU Hurd on L4Ka Pistachio 0.4
> > root (hd0,6)
> > kernel /l4hurd/boot/laden -D -o vga
> > module /l4hurd/boot/ia32-kernel
> > module /l4hurd/libexec/l4/sigma0
> > module /l4hurd/boot/wortel -D -o vga
> > module /l4hurd/boot/physmem -D
> > module /l4hurd/boot/physmem
> > module /l4hurd/boot/physmem
> > module /l4hurd/boot/physmem
> > module /l4hurd/boot/physmem
> >
> >
> > When i boot the system i have this messages:
> > .
> > .
> > .
> > wortel 0.0
> > add_unused_area: add region 0x2050 with size 0x13
> > add_unused_area: add region 0x2060 with size 0x18
> > add_unused_area: add region 0x2086 with size 0x15
> > add_unused_area: add region 0x209b with size 0x15
> > add_unused_area: add region 0x20c5 with size 0x15
> > add_unused_area: add region 0x1fbe0 with size 0x60
> > add_unused_area: add region 0x2a6a0 with size 0x60
> > Protected Region: wortel (0x300000 - 0x309200)
> > Protected Region: physmem-mpd (0x1f6000 - 0x2f42d1)
> > Protected Region: task-mod (0x2f5000 - 0x3f37d1)
> > wortel: error: task-mod (0x2f5000 - 0x3f37d1) conflicts with wortel
> > (0x300000-0x3092e0)
> >
> >
> > What is the problem?
> > please help me.
> >
> > Thanks in advance.
>
> I think this is because the physmem executable is too big.
> If you strip it (= remove unused symbols), it gets smaller. Run:
> strip physmem (in the appropriate directory).
>
> Bertrik
>
>