X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP program under NTVDM - is possible calling a VDD driver? Date: Mon, 19 Nov 2007 08:17:13 -0800 (PST) Organization: http://groups.google.com Lines: 8 Message-ID: References: <200711191231 DOT lAJCVvqf008459 AT envy DOT delorie DOT com> NNTP-Posting-Host: 195.70.144.29 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1195489033 4500 127.0.0.1 (19 Nov 2007 16:17:13 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 19 Nov 2007 16:17:13 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d50g2000hsf.googlegroups.com; posting-host=195.70.144.29; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5,gzip(gfe),gzip(gfe) Content-Disposition: inline To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > That would be the way to do it, yes. OK, but I have to fill transfer buffer with some binary opcodes and data and this is quite uncomfortable. I will need to program some 16bit code in NASM, compile, convert binary to array{...} constant and load it to transfer buffer. Is there possibility of controll all inside DJGPP? I know, it's 32bit compiler so it don't need handle anything 16bit...