From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Re: Adventure - the answer to what went wrong? Date: 12 Dec 2002 22:29:26 +0200 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1039724964.1821.28.camel@cool> References: <200212121911.gBCJB75G012842@eddie.loc> <1039726339.22174.29.camel@irongate.swansea.linux.org.uk> <20021212122436.C57693-100000@agora.rdrop.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20021212122436.C57693-100000@agora.rdrop.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Dan Olson Cc: Linux 8086 > Also, the file size is 84k, but that doesn't mean that the code segment is > going to be more than 64k, does it? Does the whole file get loaded into > memory and executed, or can there be other "stuff" in that file besides > executable code that may not get loaded into the code segment? I haven't > messed with this stuff in a while, so I don't remember :) > > Dan It is ok for a file to be bigger than 64K since initialized data exist in the file along with the code. Harry