Date: Fri, 16 Aug 1996 14:06:56 +0200 (MET DST) From: Mark Habersack Reply-To: grendel AT ananke DOT amu DOT edu DOT pl To: Sam Phillips cc: djgpp AT delorie DOT com Subject: Re: Creating Boot Code with DJGPP In-Reply-To: <01bb8af9$332875c0$892521cf@sam> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 15 Aug 1996, Sam Phillips wrote: >I was wondering if there was a way to create some code to put into a boot >sector, and then after having it is there a painless method to put the code >in the bootsector. No way. djgpp produces 32bit, pmode programs which are very big as for a bootsector code. Besides the bootstrap code is loaded in rmode and this makes protected programs somewhat harder to use as a bootsector code ;-)) (in djgpp case, as well as in all the others, you'd need to load a DPMI server or another DOS-extender. And since you have no DOS at the boot time, how are you going to start the DOS extender? ;-))))). Greetings, Mark /************************************************************/ /** Maybe it was infatuation or the thrill of a chase? **/ /** Maybe you were always beyond my reach and my heart **/ /** was playing safe? ***********/ /** But was that love in your eyes I saw, **/ /** or the reflection of mine? **/ /** I'll never really know for sure, **/ /** You never really gave me time! **/ /** Won't you give me that time? **/ /** "Cindirella Search" **/ /********************************/ Visit my homepage: http://ananke.amu.edu.pl/~grendel