We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac202c commit 9c55275Copy full SHA for 9c55275
1 file changed
ntoskrnl/config/cmconfig.c
@@ -411,7 +411,7 @@ CmpInitializeHardwareConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
411
{
412
/* Running on a NEC PC-9800 or compatible */
413
KeI386MachineType |= 0x100; /* Should probably be one of MACHINE_TYPE_* consts */
414
- SharedUserData->AlternativeArchitecture = NEC98x86;
+ SetNEC_98;
415
}
416
417
#endif
0 commit comments