Date: Mon, 26 Apr 1999 11:32:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: christof2000 AT my-dejanews DOT com cc: djgpp AT delorie DOT com Subject: Re: some questions In-Reply-To: <7fvd09$ah7$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 25 Apr 1999 christof2000 AT my-dejanews DOT com wrote: > 1. Is it possible to destroy hardware. What is the worst I could do? I'm not gonna help you destroy hardware ;-) > 2. How can I set up a pointer to video memory adress (&HA000)? See section 10.2 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). > 3. How to do file I/O? > I want to write a set of structs, strings and integers into one datafile. See section 22.10 of the FAQ.