|
|
|
|
|
by jquast
3939 days ago
|
|
The default video bios mode is used as-is here, https://en.wikipedia.org/wiki/Video_BIOS There is no terminal emulator here. This hello world text is written directly to video memory -- and yes, there is a character rom, so placing a string of words in memory OR'd with bits set for video attributes (the #defines there) make it color. |
|