mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
added new PCD for ShellLib buffer size...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9501 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a5bd42b97d
commit
02864f591e
@ -60,3 +60,8 @@
|
|||||||
## This flag is used to control initialization of the shell library
|
## This flag is used to control initialization of the shell library
|
||||||
## This should be FALSE for compiling the shell application itself only.
|
## This should be FALSE for compiling the shell application itself only.
|
||||||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005
|
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005
|
||||||
|
|
||||||
|
## This is the max buffer for ShellLib printings.
|
||||||
|
gEfiShellPkgTokenSpaceGuid.PcdShellLibMaxPrintBufferSize|4000|UINT16|0x0000000C
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user