From: "Olmeca" Newsgroups: comp.os.msdos.djgpp Subject: Re: Pointer to 0xA000 Date: 7 Dec 1997 17:41:23 GMT Organization: NETWAY AG Lines: 8 Message-ID: <01bd0337$01ac5e00$390760c3@benjamir> NNTP-Posting-Host: l2622t1p57.netway.at To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I wanna have a pointer to the address 0xA000, but in Djgpp it's a problem. e.g.: unsigned char *vga=0xA000 (this doesn't work, cause of protected mode) in the FAQ's is something about the macro: _dos_ds, but I don't know how to use it... Anybody help? chromes AT hotmail DOT com