From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Jan 2002 14:11:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Jan 2002 14:11:26 -0500 Received: from smtp6.mindspring.com ([207.69.200.110]:7428 "EHLO smtp6.mindspring.com") by vger.kernel.org with ESMTP id ; Wed, 16 Jan 2002 14:11:15 -0500 From: "Chris Swiedler" To: "Linux-Kernel" Subject: hex addresses in setup.S Date: Wed, 16 Jan 2002 14:13:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Why does setup.S define the default system load address as 0x1000, and the comment on the line explain this to be 0x10000(and gives the decimal translation of 65536, so it's not a typo)? This seems to be true for several addresss (0x9000 = 0x90000, etc). I'm sure there's something simple I'm missing...what is it? TIA, chris