From: Martin Str|mberg Subject: Re: Writing text to screen Newsgroups: comp.os.msdos.djgpp References: <010d01c23b41$9af53770$7fea2041 AT quantumstorm> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1028460287.451423@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 04 Aug 2002 11:24:47 GMT Lines: 17 NNTP-Posting-Date: 04 Aug 2002 11:24:47 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1028460287 news.luth.se 440 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Brent Ritchie wrote: : I tried this way, but I think it uses DOS interupts. It just crashes my : computer when I boot it with GRUB. (Through Bochs, that may be the problem : itself) Any DJGPP program is supposed to run on some DOZE or another. If you don't run on DOZE then you have to: 1. Emulate it, or 2. Don't call the functions that do call DOZE (just rip them out). Right, MartinS