[bochs] Typo in comment

This commit is contained in:
Kevin Lange 2011-03-26 13:47:58 -05:00
parent 827f742464
commit f978a0ebc2

View File

@ -32,7 +32,7 @@ graphics_install_bochs() {
/* Set Y resolution to 768 */
outports(0x1CE, 0x02);
outports(0x1CF, 768);
/* Set bpp to 8 */
/* Set bpp to 32 */
outports(0x1CE, 0x03);
outports(0x1CF, 0x20);
/* Re-enable VBE */