]> git.proxmox.com Git - mirror_edk2.git/blob - ShellBinPkg/ReadMe.txt
6e8e4752be772117a55a97e86ed373ec72cef100
[mirror_edk2.git] / ShellBinPkg / ReadMe.txt
1 ============================================================================
2 OVERVIEW
3 ============================================================================
4 The binaries of ShellBinPkg are generated with ShellPkg project and built with
5 BaseTools Package (git version: 065a7d406cf8ebc71edb2afc66a70f11d9e83a58). The
6 binaries are built with no debug information by building with "RELEASE" target.
7
8 To generate Full Shell, execute:
9 "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
10 To generate Minimal Shell, execute:
11 "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
12
13 ============================================================================
14 KNOWN LIMITATIONS
15 ============================================================================
16 1. RM can delete current working directory via other map name.
17 2. DrvCfg does not overlap boot manager functionality.
18
19 ============================================================================