From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mick Jordan Subject: Re: [PATCH 4 of 7] minios: fix minios console Date: Tue, 13 Oct 2009 09:34:28 -0700 Message-ID: <4AD4AC14.8030401@Sun.COM> References: <4AD3B3B4.8050806@Sun.COM> Reply-To: Mick.Jordan@Sun.COM Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 10/13/09 05:22 AM, Stefano Stabellini wrote: > The expansion of \n in \r\n is for consistency with linux ttys, but you > are right about the fact that minios actually substitutes \n with \n\r, > and this is definitely another bug. > > So what does "consistency with linux ttys" actually mean in practice? I am running under Linux and am not seeing any issues without the conversion. Can you cite some situation where not doing the conversion would cause a problem? E.g., failing to start printing at the beginning of the line. [I assume no-one is using ASR-33's any more!]. Mick