X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Dos programming Date: Fri, 20 Mar 2009 05:35:24 -0700 (PDT) Organization: http://groups.google.com Lines: 32 Message-ID: References: <06c3c085-f8d3-497f-8f68-3db8518f7938 AT e18g2000yqo DOT googlegroups DOT com> <6ecec264-3874-47ef-b9d7-406f29d72679 AT s20g2000yqh DOT googlegroups DOT com> <4f7b4d8f-fa46-43d0-813f-1f37466aa3ce AT v38g2000yqb DOT googlegroups DOT com> <387c477c-acc2-45ff-bfd2-382f85cccf29 AT e38g2000yqa DOT googlegroups DOT com> <72h3qiFq2v06U1 AT mid DOT individual DOT net> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1237552525 23725 127.0.0.1 (20 Mar 2009 12:35:25 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 20 Mar 2009 12:35:25 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v38g2000yqb.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 20, 3:52=A0am, Robert Riebisch wrote: > Rod Pemberton wrote: > > > AFAICT, there aren't many DOS .sys device drivers with source. =A0I thi= nk > > that's the only one I've found that's Public Domain (not copyrighted). > > My FIX8X14 () is not Public Domain, > but GNU GPL v2. There are various device drivers (e.g. Japheth's SETMxx) out there. Heck, FASM comes with one example (although honestly I don't know what it does, if anything). As far as simple and public domain, I do know of one that does the simple ROT13 cypher (but it didn't work with FreeDOS last I checked due to the kernel erroneously trying to read from it, reported but still unfixed, obviously not important though): http://www.programmersheaven.com/download/1441/download.aspx http://www.mail-archive.com/freedos-kernel AT lists DOT sourceforge DOT net/msg02040.h= tml Anyways, Eric Auer has written a few (moresys, sysmem) that include sources, GPL I think. And Martin S.'s FDXMS stuff exists too (assembler-with-cpp). And Jack Ellis' drivers too. Yeah, so there are various examples. Doesn't mean I've ever studied them too closely, though.