Shifted X over 10 columes. 02_drivers.
This commit is contained in:
parent
70c3718f5c
commit
763eb17e23
BIN
Part2/.DS_Store
vendored
BIN
Part2/.DS_Store
vendored
Binary file not shown.
BIN
Part2/A4/.DS_Store
vendored
BIN
Part2/A4/.DS_Store
vendored
Binary file not shown.
BIN
Part2/A4/02_driver/.DS_Store
vendored
Normal file
BIN
Part2/A4/02_driver/.DS_Store
vendored
Normal file
Binary file not shown.
@ -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
BIN
Part2/Images/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user