Shifted X over 10 columes. 02_drivers.

This commit is contained in:
Jonathan Turner 2023-09-13 12:03:46 -04:00
parent 70c3718f5c
commit 763eb17e23
5 changed files with 1 additions and 1 deletions

BIN
Part2/.DS_Store vendored

Binary file not shown.

BIN
Part2/A4/.DS_Store vendored

Binary file not shown.

BIN
Part2/A4/02_driver/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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 */

BIN
Part2/Images/.DS_Store vendored Normal file

Binary file not shown.