Subject: Re: Xen3 update
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 03/07/2006 19:58:47
Thor Lancelot Simon <tls@rek.tjls.com> writes:

> Any code that doesn't work on a kernel without INSECURE won't work on
> most people's i386 servers.  There is not much code like that out there,
> and what there is almost all uses memory or i/o access to whack devices
> directly, which you can't do with a XENU kernel anyway.

Despite that I dislike having INSECURE in any default config:
What about a XENU that's been given access to physical devices?

-- 
(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)))))