File: README

package info (click to toggle)
bochs 1.4pre2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,656 kB
  • ctags: 10,322
  • sloc: cpp: 66,880; ansic: 19,674; sh: 2,951; makefile: 2,183; asm: 2,110; yacc: 723; lex: 171; csh: 147; perl: 35
file content (16 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The file "hercules.bdf" is a font file I created using "vga.bdf"
as a base.

"vga.bdf" is composed of characters which are 8 pixels wide by 16 pixels high.
I needed to go to 9 pixels wide by 14 pixels high, so I chopped the top
and bottom row of pixels off, and added another column in width.

A few characters I moved down a pixel, since I had to chop the top tow off,
and otherwise they would have lost information.

On the Hercules, the 9th column is not stored in ROM.  For characters,
0 to 191, and 224 to 255, a blank column is generated.  For characters,
192.223 the 8th column is repeated, so I added those pixels as
would be expected.

-Kevin Lawton