DragonFly kernel List (threaded) for 2007-01
DragonFly BSD
DragonFly kernel List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: VKernel progress update - 11 Jan 2007


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Jan 2007 10:28:38 -0800 (PST)

:- vkernel occasionally fails to find the root fs, and in particular,
:  if I start it with MALLOC_OPTIONS=AJ and it always panics right after
:  printing the copyright messages:
:
:    panic: pmap_zero_page: CMAP3 busy
:    Trace beginning at frame 0xbfbff850

    The low boot code was loading the virtual kernel's page table(s) and
    globaldata / private data space with all zero's using a malloc()'d
    buffer that it has failed to bzero().

    Fixed!

						-Matt



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