Subject: Re: NetBSD and Xen 2.0
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 12/13/2004 16:18:15
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> Hi,
> I'm *very* interested in this, and have time to work on it.
> After reading the Xen interface manual here is a summary of what I think needs
> to be done (but I didn't look at any code yet):
> - get a pseudo ethernet device in tree (maybe cube's ethfoo device, modified
>   so that it can be compiled in a static kernel), similar to tun(4) but with
>   ethernet semantics.
[]

So, something like the "tap" driver of
<URL:http://vtun.sourceforge.net/tun/>?


-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))