Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD and Xen 2.0
Manuel Bouyer <bouyer%antioche.eu.org@localhost> 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)))))
Home |
Main Index |
Thread Index |
Old Index