From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Embedded programming Date: Wed, 03 May 2000 19:34:34 +0400 Organization: MTU-Intel ISP Lines: 39 Message-ID: <3910470A.A861E63F@mtu-net.ru> References: <390f923f$0$91337$61169c8d AT news DOT thebestisp DOT com> <390FA2E3 DOT 9944E12D AT mtu-net DOT ru> <390fac4f$0$72527$61169c8d AT news DOT thebestisp DOT com> NNTP-Posting-Host: ppp110-152.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 957379000 46373 212.188.110.152 (3 May 2000 18:36:40 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 3 May 2000 18:36:40 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en,ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hope you'll get it working fine for you. Have fun. ;) -- Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Dave White wrote: > > Hi Alexei, > > I downloaded the files from your site and spent the last few hours reading > through the documentation and source code, and it looks like this will do > exactly what I need!!! > > Thanks for all your help and input. > > -- > Dave White > SpectraChrom Software > www.spectrachrom.com > > Alexei A. Frounze wrote in message > news:390FA2E3 DOT 9944E12D AT mtu-net DOT ru... > > Start with DJGPP/NASM and my OSLoader. > > OSLoader can boot from a disk (any MS FAT12/16 disk), setup PMode and run > your > > 32-bit program made with DJGPP & NASM. > > > > Take a look at my homepage. > > > > I belive you could just modify a little OSLoader so that it load > particular > > binaryfile but not waite for its name from the keyboard.