X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=XBnLPiw5HW/f5ZGclWxJtqeE+tNGo2Q//sTbXqmiA8zfHryXvtVKKickux5mi7M9jAOuiaWo7/4HSvHh36JEim6/sshWthaIPzecgcz6Vf8U8ZBL69hlEGwxUffBXu3ZK8yaxXzpiZk1p64a+xpR9Avet4OYM3eLhNL3TVRPHMw= Message-ID: <2497d9a205080212505a45d4ce@mail.gmail.com> Date: Tue, 2 Aug 2005 15:50:46 -0400 From: Matthew Petricone To: djgpp AT delorie DOT com Subject: Re: Problems writing to video memory In-Reply-To: <2497d9a205080212075f5c5859@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13568_264347.1123012246308" References: <2497d9a20507311923652c1344 AT mail DOT gmail DOT com> <3l6fnlF1102lqU1 AT news DOT dfncis DOT de> <2497d9a2050801135729e70314 AT mail DOT gmail DOT com> <3l910lF11ls9vU1 AT news DOT dfncis DOT de> <2497d9a205080212075f5c5859 AT mail DOT gmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ------=_Part_13568_264347.1123012246308 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline >=20 > Just to keep you updated. It seems you were right and the problem was tha= t=20 > i declared the variable bc_vidmem as a const. The BCONS_TEXT_WHITE (0x07 = =3D=20 > white on black) is a value that sets the color of the text/background. Sa= me=20 > goes for BCONS_TEXT_BOOT(0x2f =3D white on green). You're probably write = about=20 > me using the pointer to the value, but it seems to be working, so I am a = bit=20 > hesitant to alter it right now. >=20 Thanks for all your time Mr. Broeker. ------=_Part_13568_264347.1123012246308 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Just to keep you updated. It seems you were right and the problem was = that i declared the variable bc_vidmem as a const. The BCONS_TEXT_WHITE&nbs= p; (0x07 =3D white on black) is  a value that sets the color of the te= xt/background. Same goes for BCONS_TEXT_BOOT(0x2f =3D white on green). You'= re probably write about me using the pointer to the value, but it seems to = be working, so I am a bit hesitant to alter it right now.
 
 
Thanks for all your time Mr. Broeker.

 
------=_Part_13568_264347.1123012246308--