Skip to content

Commit eb85b86

Browse files
Revert "[HAL][NTOS][WIN32SS] Boot fixes"
This reverts commit 166c4ad.
1 parent 615051b commit eb85b86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hal/halx86/generic/halinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ HalInitSystem(
167167
HalpInitPhase1();
168168

169169
/* Initialize Phase 1 of the x86 emulator */
170-
// HalInitializeBios(1, LoaderBlock);
170+
HalInitializeBios(1, LoaderBlock);
171171
}
172172

173173
/* All done, return */

win32ss/drivers/miniport/genfbvmp/genfbvmp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ GenFbVmpSetPowerState(
855855

856856
/* Unused */
857857
DPRINT1("GenFbVmpSetPowerState(%p)\n", HwDeviceExtension);
858-
// __debugbreak();
858+
__debugbreak();
859859
return ERROR_INVALID_FUNCTION; // NO_ERROR;
860860
}
861861

@@ -870,7 +870,7 @@ GenFbVmpGetPowerState(
870870

871871
/* Unused */
872872
DPRINT1("GenFbVmpGetPowerState(%p)\n", HwDeviceExtension);
873-
// __debugbreak();
873+
__debugbreak();
874874
return ERROR_INVALID_FUNCTION; // NO_ERROR;
875875
}
876876

@@ -888,7 +888,7 @@ GenFbVmpGetVideoChildDescriptor(
888888

889889
/* Unused */
890890
DPRINT1("GenFbVmpGetVideoChildDescriptor(%p)\n", HwDeviceExtension);
891-
// __debugbreak();
891+
__debugbreak();
892892
return NO_ERROR; // FIXME: Should return VIDEO_ENUM_NO_MORE_DEVICES;
893893
}
894894

0 commit comments

Comments
 (0)