X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellBinPkg%2FReadMe.txt;h=14f9b88cff59ad228c3e98aad3982a58e1a409f5;hb=48d5f9a551a93acb45f272dda879b0ab5a504e36;hp=7719da9343e82c89e6ffeecb6bbbfd8ce087c371;hpb=3c73ec6c1bed7364580101984c74b8edb4772693;p=mirror_edk2.git diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt index 7719da9343..14f9b88cff 100644 --- a/ShellBinPkg/ReadMe.txt +++ b/ShellBinPkg/ReadMe.txt @@ -1,16 +1,19 @@ ============================================================================ OVERVIEW ============================================================================ -The binaries of ShellBinPkg are generated with ShellPkg project and built with -BaseTools Package. The binaries are built with no debug information by building -with "RELEASE" target. The EDKII revision 11595 was used for both. +The binaries of ShellBinPkg are generated with ShellPkg project and built with +BaseTools Package (git version: c882bdc6712314f255c92d7c951eaf9760a9de38). The +binaries are built with no debug information by building with "RELEASE" target. The following steps can help to re-generate these binaries for customization: 1. Check out EDK II to $(WORKSPACE) - (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2). +(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2). + 2. Under $(WORKSPACE) directory (i.e. c:\EdkII), - To generate Shell, execute: - "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE". + To generate 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" ============================================================================ HOW TO INCORPORATE THIS SHELL INTO NT32 @@ -36,8 +39,7 @@ developer may integrate this code into an existing platform: KNOWN LIMITATIONS ============================================================================ 1. RM can delete current working directory via other map name. -2. DrvCfg is not functional. -3. ifConfig permanent settings are under investigation (may not function correctly) -4. Shell documentation is in development and forthcoming. +2. DrvCfg does not overlap boot manager functionality. +3. Shell documentation is in development and forthcoming. ============================================================================