File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ UefiHwDetect(
383383 /* Create the 'System' key */
384384#if defined(_M_IX86 ) || defined(_M_AMD64 )
385385 /* Create the 'System' key */
386- FldrCreateSystemKey (& SystemKey , FALSE, "AT/AT COMPATIBLE" );
386+ FldrCreateSystemKey (& SystemKey , "AT/AT COMPATIBLE" );
387387#elif defined(_M_IA64 )
388388 FldrCreateSystemKey (& SystemKey , "Intel Itanium processor family" );
389389#elif defined(_M_ARM ) || defined(_M_ARM64 )
Original file line number Diff line number Diff line change @@ -60,14 +60,13 @@ OSLoadingMethods[] =
6060
6161#ifndef UEFIBOOT
6262#ifndef SARCH_APPLETV
63- {"Drive" , EditCustomBootDisk , LoadAndBootDevice },
64- {"Partition" , EditCustomBootPartition , LoadAndBootDevice },
65- {"BootSector" , EditCustomBootSectorFile , LoadAndBootDevice },
63+ {"BootSector" , EditCustomBootSector , LoadAndBootSector },
6664 {"Linux" , EditCustomBootLinux , LoadAndBootLinux },
67- #endif /* SARCH_APPLETV */
68- #endif /* UEFIBOOT */
65+ #endif /* ! SARCH_APPLETV */
66+ #endif /* ! UEFIBOOT */
67+
68+ #endif /* _M_IX86 || _M_AMD64 */
6969
70- #endif
7170#ifdef _M_IX86
7271 {"WindowsNT40" , EditCustomBootNTOS , LoadAndBootWindows },
7372#endif
You can’t perform that action at this time.
0 commit comments