mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix the usetup text screen (broken in r32135)
svn path=/trunk/; revision=32143
This commit is contained in:
parent
f74b6fd4f4
commit
7c3b17b7b0
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ VOID RunLoader(VOID)
|
|||
//
|
||||
// Perform architecture-specific pre-boot configuration
|
||||
//
|
||||
MachPrepareForReactOS(FALSE);
|
||||
MachPrepareForReactOS(TRUE);
|
||||
|
||||
//
|
||||
// Setup paging and jump to kernel
|
||||
|
|
Loading…
Reference in a new issue