audk/ShellBinPkg
Ruiyu Ni 46e2632b4e ShellBinPkg: Ia32/X64 Shell binary update.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
2017-06-13 16:23:18 +08:00
..
MinUefiShell ShellBinPkg: Ia32/X64 Shell binary update. 2017-06-13 16:23:18 +08:00
UefiShell ShellBinPkg: Ia32/X64 Shell binary update. 2017-06-13 16:23:18 +08:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
ReadMe.txt ShellBinPkg: Ia32/X64 Shell binary update. 2017-06-13 16:23:18 +08:00
ShellBinPkg.dec

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

============================================================================

                                 OVERVIEW

============================================================================

The binaries of ShellBinPkg are generated with ShellPkg project and built with

BaseTools Package (git version: 983f59932db28ae37b9f9e545c1258bc59aa71ca). The

binaries are built with no debug information by building with "RELEASE" target.



To generate Full Shell, execute:

  "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"

To generate Minimal Shell, execute:

  "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"



============================================================================

                          KNOWN LIMITATIONS

============================================================================

1. RM can delete current working directory via other map name.

2. DrvCfg does not overlap boot manager functionality.



============================================================================