From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kedrowitsch Subject: Console output corruption Date: Wed, 10 Mar 2010 09:28:40 -0500 Message-ID: Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=kY9LaoCGNjWuOc+m8pNFUSxf7p09N14wUgqJyYD4PfA=; b=yHhNSTP//VtOgPijNbA31ODL7sFS5x/L++a1p4NyE+Omqpn1gKDsSbKnJE/x4pVv3u HJ3OskChpPfbZDGBKAaa5XhcblcDyMD2U5oZVhI4u66tQWac1IyNLdKqxX8hGWWv9g0K xXXNnls6Jij+x2TdQzrHPB1kPkHDbgpL5k6Nc= Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org Since I've made it past all the building errors I figured I'd start a new topic for this. I'm building elks 0.1.3 using mostly the default configuration except for choosing PC-XT and 8088. When I boot ELKS both in a VM and or my actual XT, every time a number is displayed, it is displayed as a 32 digit integer with every digit prior to the number being a zero. So for example 3 is displayed as 00000000000000000000000000000003. I am choosing the default of 'Direct' for the console. Has anyone else dealt with this or could anyone offer some advice on where to look to fix this?