Message-ID: <35437D55.AB4115D8@geocities.com> From: Keith Bonawitz MIME-Version: 1.0 Newsgroups: alt.comp.lang.learn.c-c++,comp.lang.c,comp.lang.c++,comp.os.msdos.djgpp Subject: Re: Bootable Program References: <35428d53 DOT 0 AT news10 DOT kcdata DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 6 Date: Sun, 26 Apr 1998 18:31:55 GMT NNTP-Posting-Host: cs1-10.lan.ptd.net NNTP-Posting-Date: Sun, 26 Apr 1998 14:31:55 EDT Organization: PenTeleData http://www.ptd.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Such a program would have to be coded in assembler. Basically, you would be writing an operating system... note that you cannot use any DOS interrupts, either. There are other guidelines that must be followed as well. Keith