Skip to content

Commit

Permalink
** WIP FIXME: Disable AppendBootTime stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
HBelusca committed Oct 3, 2024
1 parent 00ad736 commit 7e9f5b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boot/freeldr/freeldr/ntldr/winldr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,8 +1074,9 @@ LoadAndBootWindows(
if (ArgValue && *ArgValue)
RtlStringCbCopyA(BootOptions, sizeof(BootOptions), ArgValue);

/* Append boot-time options */
AppendBootTimeOptions(BootOptions);
// FIXME!
// /* Append boot-time options */
// AppendBootTimeOptions(BootOptions);

/*
* Set the "/HAL=" and "/KERNEL=" options if needed.
Expand Down

0 comments on commit 7e9f5b8

Please sign in to comment.