mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Reenable the screen after setting the mode.
svn path=/trunk/; revision=8539
This commit is contained in:
parent
72eafe1583
commit
45a3ee5da7
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ vgaSetRegisters(PVGA_REGISTERS Registers)
|
|||
VideoPortWritePortUchar(ATTRIB, i);
|
||||
VideoPortWritePortUchar(ATTRIB, Registers->Attribute[i]);
|
||||
}
|
||||
|
||||
/* Renable screen. */
|
||||
VideoPortWritePortUchar(ATTRIB, 0x20);
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue