tvdos kernel to support unicode print, and hangul kernel module to demo the unicode support

This commit is contained in:
minjaesong
2021-12-24 11:30:55 +09:00
parent 229cc78eb6
commit c802c46f90
8 changed files with 75 additions and 20 deletions

View File

@@ -173,7 +173,11 @@ From the start of the memory space:
framebuffer scroll Y
896 bytes
horizontal scroll offset for scanlines
234 bytes
1 bytes
terminal configuration #0
0b 0000 000h
h: halfrow mode
233 bytes
unused
1920
mapped to font ROM
@@ -187,7 +191,6 @@ From the start of the memory space:
Text background colours
2560 bytes
Text buffer of 80x32 (7x14 character size, and yes: actual character data is on the bottom)
FI
512 bytes
Palette stored in following pattern: 0b rrrr gggg, 0b bbbb aaaa, ....
Palette number 255 is always full transparent (bits being all zero)