2011-04-19 18:43:53 +02:00
|
|
|
============================================================================
|
|
|
|
OVERVIEW
|
|
|
|
============================================================================
|
2016-12-19 08:27:38 +01:00
|
|
|
The binaries of ShellBinPkg are generated with ShellPkg project and built with
|
2018-03-19 07:39:02 +01:00
|
|
|
BaseTools Package (git version: 065a7d406cf8ebc71edb2afc66a70f11d9e83a58). The
|
2016-05-06 09:43:36 +02:00
|
|
|
binaries are built with no debug information by building with "RELEASE" target.
|
2011-04-19 18:43:53 +02:00
|
|
|
|
2016-12-19 08:27:38 +01:00
|
|
|
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"
|
2011-04-19 18:43:53 +02:00
|
|
|
|
|
|
|
============================================================================
|
|
|
|
KNOWN LIMITATIONS
|
|
|
|
============================================================================
|
|
|
|
1. RM can delete current working directory via other map name.
|
2011-05-17 00:20:11 +02:00
|
|
|
2. DrvCfg does not overlap boot manager functionality.
|
2011-04-19 18:43:53 +02:00
|
|
|
|
|
|
|
============================================================================
|