Skip to content

Commit 5d67c47

Browse files
authored
Update readme to reflect change in inf file
1 parent 659ce01 commit 5d67c47

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

readme.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,13 @@ Instructions:
1717
`SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf`
1818
Also add the path to the inf file of this project in the [Components] list like this:
1919
`AppPkg/Applications/uefidoom/doom.inf`
20-
5. Edit the StdLib.inc file inside StdLib directory; change these lines:
21-
```MSFT:*_VS2015_*_CC_FLAGS = /Wv:11
22-
MSFT:*_VS2015x86_*_CC_FLAGS = /Wv:11
23-
MSFT:*_VS2015xASL_*_CC_FLAGS = /Wv:11
24-
MSFT:*_VS2015x86xASL_*_CC_FLAGS = /Wv:11```
25-
into:
26-
```MSFT:*_VS2015_*_CC_FLAGS = /Wv:11 /W0
27-
MSFT:*_VS2015x86_*_CC_FLAGS = /Wv:11 /W0
28-
MSFT:*_VS2015xASL_*_CC_FLAGS = /Wv:11 /W0
29-
MSFT:*_VS2015x86xASL_*_CC_FLAGS = /Wv:11 /W0```
30-
This will disable the warnings (don't worry, the project will build and run).
3120

32-
6. Move the "uefidoom" folder from this project inside Applications.
33-
7. Download the AudioDxe source code from http://github.com/Goldfish64/AudioPkg. Disable the warnings there too.
34-
8. Open a command prompt, type `edksetup.bat` (assuming you set up the environment properly) and then type `build -t VS2015 -b DEBUG -a X64`
35-
9. If everything goes well, look for a file called "doom.efi" inside this path:
21+
5. Move the "uefidoom" folder from this project inside Applications.
22+
6. Download the AudioDxe source code from http://github.com/Goldfish64/AudioPkg. Disable the warnings there too.
23+
7. Open a command prompt, type `edksetup.bat` (assuming you set up the environment properly) and then type `build -t VS2015 -b DEBUG -a X64`
24+
8. If everything goes well, look for a file called "doom.efi" inside this path:
3625
`path\to\edk2\Build\AppPkg\DEBUG_VS2015\X64\`
37-
10. Now just copy `doom.wad` (the Registered DOOM 1 1.9 IWAD file) into it.
26+
9. Now just copy `doom.wad` (the Registered DOOM 1 1.9 IWAD file) into it.
3827
This should make sure everything is ready for playing.
3928
# Running:
4029
Make sure you have a UEFI environment in your real hardware. Also, make sure the executable resides inside a FAT32 partition and that the DOOM 1 IWAD file resides in the same directory as the executable.

0 commit comments

Comments
 (0)