X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <002101c1c092$4b43fe70$770510ac@inf.umcc.cu> From: "Jade" To: References: Subject: Re: memory image Date: Thu, 28 Feb 2002 14:58:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com As u know EXE files include some header info like the stack size, PSP etc. They are not memory image. COM executables does not include this info at the header so they are usefull for doing things like boot loaders. That's why I need to compile a COM file. I need to make a boot loader for a sample system I'm writting.