public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* '@' In blank space on Bochs.
@ 2002-05-29 13:13 Nicholas Knight
  2002-05-29 14:03 ` Michael McConnell
  2002-05-29 15:03 ` Alan Cox
  0 siblings, 2 replies; 4+ messages in thread
From: Nicholas Knight @ 2002-05-29 13:13 UTC (permalink / raw)
  To: Linux 8086

ELKS apparently writes out blank areas of the screen with 0's
(arch/i86/drivers/char/dircon.c, #define A_BLANK 0x00). This creates an
issue with Bochs because, for some reason, Bochs has '@' there instead of
null (as it happens, MINIX runs into the same problem). This may be specific
to the Windows version of Bochs, as I've yet to use either MINIX or ELKS in
Bochs in any other host OS.

Once I get my laptop back (grumble, stupid hdd) I can recompile ELKS to use
0x32 (ASCII's "space" character) instead of 0x00 on my personal systems, but
I thought others might be interested in this.

Maybe a config option? CONFIG_BLANK_BOCHS?

-NK


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-29 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 13:13 '@' In blank space on Bochs Nicholas Knight
2002-05-29 14:03 ` Michael McConnell
2002-05-29 15:32   ` Nicholas Knight
2002-05-29 15:03 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox