Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263001AbUF3Vvh (ORCPT ); Wed, 30 Jun 2004 17:51:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263024AbUF3Vvh (ORCPT ); Wed, 30 Jun 2004 17:51:37 -0400 Received: from grex.cyberspace.org ([216.93.104.34]:7436 "HELO grex.cyberspace.org") by vger.kernel.org with SMTP id S263001AbUF3Vvg (ORCPT ); Wed, 30 Jun 2004 17:51:36 -0400 Date: Wed, 30 Jun 2004 17:52:30 -0400 (EDT) From: Joshua To: Timothy Miller cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] restore floppy boot image In-Reply-To: <40E3319D.3050100@techsource.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 620 Lines: 16 Thanks for the time in reading the patch. Hmm. pop %ax after the jmp is a clear bug. Must have been a zero on the stack when I tested it. For the clobbering of al just before kernel entry, that is badly arranged code although it doesn't matter (mov $0, %al turns out to be no-op). I'll fix the bugs if anybody still wants the patch. I'll fix it anyway for myself . - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/