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: Tue, 17 Mar 2009 22:49:18 -0700 (PDT) Organization: http://groups.google.com Lines: 41 Message-ID: <6ecec264-3874-47ef-b9d7-406f29d72679@s20g2000yqh.googlegroups.com> References: <06c3c085-f8d3-497f-8f68-3db8518f7938 AT e18g2000yqo DOT googlegroups DOT com> 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 1237355358 18288 127.0.0.1 (18 Mar 2009 05:49:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 18 Mar 2009 05:49:18 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: s20g2000yqh.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729),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 17, 8:48=A0pm, themouse wrote: > On Mar 17, 8:42=A0pm, "Rod Pemberton" wrote: > > "themouse" wrote in message > > >news:06c3c085-f8d3-497f-8f68-3db8518f7938 AT e18g2000yqo DOT googlegroups DOT com..= . > > > > Anyone know of any working links to programming in DOS? > > (snip bunch of useful links) > > > Rod Pemberton > > Great! TYVM! > ~theMouse Well, at the risk of overwhelming you, here's some more: http://ftp.lanet.lv/ftp/mirror/x2ftp/msdos/programming/specs/ http://ftp.lanet.lv/ftp/mirror/x2ftp/msdos/programming/gpe/ http://www.eunet.bg/simtel.net/msdos/asmutl-pre.html Note that some of those files are older versions (i.e. newer exists), but overall it's pretty useful as is anyways. And there are of course a bunch more, but this should keep you busy. But I do suggest you focus on only a few things initially so as not to spread your self too thin. P.S. DJGPP FAQ and libc reference are extremely useful too. DPMI and VESA specs are definitely some things you should check out ... and also a quick glance at PCGPE might be vaguely interesting too. Most importantly, though, check out srcs to other DJGPP apps (GNU Emacs -> EM2005S.ZIP, libc -> DJLSR204.ZIP, Allegro -> ALL422S.ZIP, etc. etc.). For assembly, (if you're bored or run into something ... somewhat unlikely), check out pmtut002, debugtut, primer2, and FASM's forum (supports COFF among others, very very nice DPMI DOS IDE which assembles itself), which is extremely helpful and has examples and good info. http://board.flatassembler.net