mirror of https://github.com/acidanthera/audk.git
InOsEmuPkg PcdEmuFileSystem: Set to architecture independent path
Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11661 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0c493bf4ac
commit
a80e595de8
|
@ -223,7 +223,7 @@
|
|||
gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
|
||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue