VKernel progress update - 10 Jan 2006

Matthew Dillon dillon at apollo.backplane.com
Thu Jan 11 02:56:47 PST 2007


    Buildworld blows past the point where it failed before.  Hopefully
    it will be done when I wake up in a few hours :-).  I've definitely
    squashed the last major VM bug.

    Real (non virtual) kernels will be slightly nerfed until I am able to
    commit a followup later on thursday.  The virtual kernel support
    requires the real kernel to force a fault on (initial) page writes in
    order to be able to set the Modify bit in the virtual page table entries,
    but the fault is currently being forced on ALL user pages.  Needless
    to say, that is not entirely desireable.  I will fix this on thursday to
    make it apply only to virtual page tables.  Doing it right is somewhat
    non-trivial.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Kernel mailing list