Commit | Line | Data |
---|---|---|
072d6116 | 1 | ============================================================================\r |
2 | OVERVIEW\r | |
3 | ============================================================================\r | |
15dae685 | 4 | The binaries of ShellBinPkg are generated with ShellPkg project and built with\r |
909762d0 | 5 | BaseTools Package (git version: 065a7d406cf8ebc71edb2afc66a70f11d9e83a58). The\r |
74965b48 | 6 | binaries are built with no debug information by building with "RELEASE" target.\r |
072d6116 | 7 | \r |
15dae685 RN |
8 | To generate Full Shell, execute:\r |
9 | "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"\r | |
10 | To generate Minimal Shell, execute:\r | |
11 | "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"\r | |
072d6116 | 12 | \r |
072d6116 | 13 | ============================================================================\r |
14 | KNOWN LIMITATIONS\r | |
15 | ============================================================================\r | |
16 | 1. RM can delete current working directory via other map name.\r | |
2f4f828a | 17 | 2. DrvCfg does not overlap boot manager functionality.\r |
072d6116 | 18 | \r |
19 | ============================================================================\r |