Shifted X over 10 columes. 02_drivers.
This commit is contained in:
@@ -9,7 +9,7 @@ void _start() {
|
||||
position = position << 8; /* high byte */
|
||||
|
||||
port_byte_out(0x3d4, 15); /* requesting low byte */
|
||||
position += port_byte_in(0x3d5);
|
||||
position += port_byte_in(0x3d5) + 10;
|
||||
|
||||
/* VGA 'cells' consist of the character and its control data
|
||||
* e.g. 'white on black background', 'red text on white bg', etc */
|
||||
|
Reference in New Issue
Block a user