mirror of https://github.com/acidanthera/audk.git
bbdd3bad1b
https://bugzilla.tianocore.org/show_bug.cgi?id=629 Move Contributions.txt that contains the TianoCore Contribution Agreement 1.0 to the root of the edk2 repository and remove the duplicate Contributions.txt files from all packages. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Andrew Fish <afish@apple.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> |
||
---|---|---|
.. | ||
MinUefiShell | ||
UefiShell | ||
License.txt | ||
ReadMe.txt | ||
ShellBinPkg.dec |
ReadMe.txt
============================================================================ 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. ============================================================================