mirror of https://github.com/acidanthera/audk.git
InOsEmuPkg PcdEmuFileSystem: Match current setting in UnixPkg
The emulated filesystem support will crash if a non-existent path is specified. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11653 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
72a44be9ab
commit
9ab6800fe3
|
@ -223,7 +223,7 @@
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuPhysicalDisk|L"E:RW;245760;512"
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../ShellBinPkg/UefiShell/X64!../../../../Build/Shell/DEBUG_XCLANG"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"
|
||||||
gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
|
gInOsEmuPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue