Date: Wed, 15 Jul 1998 08:55:50 +0000 ( ) From: "Gurunandan R. Bhat" To: djgpp AT delorie DOT com Subject: The symbol "end" Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Greetings, I would be grateful for answers to the following: 1. Where is the label "end" positioned and how? (I mean in which module). crt0 uses the label "end" to calculate "__what_size_app_thinks_it_is" 2. Am I correct in understanding that "__what_size_app_thinks_it_is" is the actual size of application in memory as opposed to "__what_size_dpmi_thinks_we_are" is the same rounded to the nearest 64K ? Thanks in advance.