Subject: Re: ddb(4) patch
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 04/27/2006 22:56:59
Hubert Feyrer <hubert@feyrer.de> writes:

> On Wed, 26 Apr 2006, Jeff Ito wrote:
>> +.It xen
>> ++++++
>
> Assuming that this is really trapped by the Xen domU kernel and not by
> the xen console management software

It's the default value of the hw.cnmagic sysctl for a domU; it can be
changed to any other byte string if desired, the same way it can on
any other port.

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