From: "Interrupt86" Newsgroups: comp.os.msdos.djgpp Subject: mode 13h problems Lines: 8 Organization: Interrupt86 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sat, 03 Aug 2002 00:39:37 GMT NNTP-Posting-Host: 64.158.51.126 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 1028335177 64.158.51.126 (Fri, 02 Aug 2002 17:39:37 PDT) NNTP-Posting-Date: Fri, 02 Aug 2002 17:39:37 PDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com After I switch to mode 13h, when I try writing a pixel at "video_buffer[0]", the program crashes (page fault error...writes a bunch of stuff about what's in the registers etc). The video buffer is pointing to 0a0000000h. I'm, not sure what could be wrong. (using 32bit nasm+djgpp). Greg