From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BktPx-0005F4-0w for qemu-devel@nongnu.org; Wed, 14 Jul 2004 19:44:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BktPw-0005El-Ct for qemu-devel@nongnu.org; Wed, 14 Jul 2004 19:44:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BktPw-0005Ei-A1 for qemu-devel@nongnu.org; Wed, 14 Jul 2004 19:44:04 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BktN8-0003LI-C0 for qemu-devel@nongnu.org; Wed, 14 Jul 2004 19:41:10 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BktN7-000456-00 for ; Thu, 15 Jul 2004 01:41:09 +0200 Received: from c-24-6-66-193.client.comcast.net ([24.6.66.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Jul 2004 01:41:08 +0200 Received: from blp by c-24-6-66-193.client.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Jul 2004 01:41:08 +0200 From: Ben Pfaff Date: Wed, 14 Jul 2004 16:41:10 -0700 Message-ID: <87acy2xill.fsf@benpfaff.org> References: <87n023lkw6.fsf@benpfaff.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: news Subject: [Qemu-devel] Re: [patch] Support Windows NT 4 Reply-To: blp@cs.stanford.edu, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ben Pfaff writes: > + if (cylinders <= 1024 && cylinders <= 16 && sectors <= 63) { The second comparison against cylinders should actually be against heads. -- "Unix... is not so much a product as it is a painstakingly compiled oral history of the hacker subculture." --Neal Stephenson