New vkernel abilities

Vkernels on leaf.dragonflybsd.org are now able to locally network; if you are a Google Summer of Code student that needs that functionality, tell Matthew Dillon and he will put you in the right group.

In addition, he’s created a new tool called vknetd, which enables network creation in userland. This is intended for userland applications like vkernels, though there seems to be some capability for a SSH-based VPN? Someone correct me – or better yet, try it out.

Links for 8/27

I have a number of small things, mostly old-school games, to post, so I’ll break out the bullets:

Quick bits

I’m breaking out the bullet points again:

Code comparison for multiple kernels

A recent ACM paper, “A Tale of Four Kernels” compares FreeBSD, Linux, OpenSolaris, and the Windows Research Kernel in terms of code style and structure. The paper itself has a lot of blibber blabber, but it’s interesting to compare the code statistics between the different kernel types. I’d like to see a comparison between different BSD kernels; the gap between the Windows Research Kernel and Linux, for instance, is too great to be able to draw very concrete solutions. (via)