Hi! > This provides a bootstrap and ongoing emergency console which is > intended to be available from very early during boot and at all times > thereafter, in contrast with alternatives such as UDP-based syslogd, > or logging in via ssh. The protocol is based on a simple shared-memory > ring buffer. > > Signed-off-by: Ian Pratt <ian.pratt at xensource.com> > Signed-off-by: Christian Limpach <Christian.Limpach at cl.cam.ac.uk> > Signed-off-by: Chris Wright <chrisw at sous-sol.org> > > --- > arch/i386/kernel/early_printk.c | 2 > arch/i386/paravirt-xen/enlighten.c | 3 > drivers/Makefile | 3 > drivers/xen/Makefile | 1 You have drivers/xen... so maybe arch/i386/xen is easier to type? arch/i386/paravirt/xen would make some sense, too, but it looks too deep to me. Pavel -- Thanks for all the (sleeping) penguins.