]> git.proxmox.com Git - mirror_edk2.git/blame - ShellBinPkg/ReadMe.txt
add support to easily remove profiles and shell levels. the libraries will not do...
[mirror_edk2.git] / ShellBinPkg / ReadMe.txt
CommitLineData
072d6116 1============================================================================\r
2 OVERVIEW\r
3============================================================================\r
a8cc4795
HT
4The binaries of ShellBinPkg are generated with ShellPkg project and built with\r
5BaseTools Package. The binaries are built with no debug information by building\r
6with "RELEASE" target. The EDKII revision 11595 was used for both.\r
072d6116 7\r
8The following steps can help to re-generate these binaries for customization:\r
91. Check out EDK II to $(WORKSPACE) \r
a8cc4795 10 (svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2).\r
072d6116 112. Under $(WORKSPACE) directory (i.e. c:\EdkII),\r
3c73ec6c 12 To generate Shell, execute: \r
13 "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE".\r
072d6116 14\r
072d6116 15============================================================================\r
16 HOW TO INCORPORATE THIS SHELL INTO NT32\r
17============================================================================\r
18The instructions below are included as a sample and template on how a \r
19developer may integrate this code into an existing platform:\r
072d6116 20\r
211. Update system PCDs to support this new module\r
22 Update the PCD as follows using the Shell's PCD:\r
3c73ec6c 23 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, \r
24 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, \r
25 0xB4, 0xD1 }\r
072d6116 26\r
272. Remove the old shell from the NT32 Firmware list\r
28 Remove the FILE APPLICATION section for the old shell.\r
29\r
303. Add this shell to the NT32 firmware list\r
31 Add the Shell.INF to the end of the list of DXE modules.\r
32\r
334. Build NT32\r
34\r
35============================================================================\r
36 KNOWN LIMITATIONS\r
37============================================================================\r
381. RM can delete current working directory via other map name.\r
392. DrvCfg is not functional.\r
403. ifConfig permanent settings are under investigation (may not function correctly)\r
414. Shell documentation is in development and forthcoming.\r
42\r
43============================================================================\r