]> git.proxmox.com Git - mirror_edk2.git/blame - ShellBinPkg/ReadMe.txt
adding shell binary package.
[mirror_edk2.git] / ShellBinPkg / ReadMe.txt
CommitLineData
072d6116 1============================================================================\r
2 OVERVIEW\r
3============================================================================\r
4The binaries of ShellBinPkg are generated with ShellPkg project and built with BaseTools Package (r11544). The binaries are built with no debug information by building with "RELEASE" target.\r
5\r
6The following steps can help to re-generate these binaries for customization:\r
71. Check out EDK II to $(WORKSPACE) \r
8(svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2).\r
92. Under $(WORKSPACE) directory (i.e. c:\EdkII),\r
10 To generate Shell, execute: "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE".\r
11\r
12\r
13============================================================================\r
14 HOW TO INCORPORATE THIS SHELL INTO NT32\r
15============================================================================\r
16The instructions below are included as a sample and template on how a \r
17developer may integrate this code into an existing platform:\r
18\r
19\r
201. Update system PCDs to support this new module\r
21 Update the PCD as follows using the Shell's PCD:\r
22 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
23\r
242. Remove the old shell from the NT32 Firmware list\r
25 Remove the FILE APPLICATION section for the old shell.\r
26\r
273. Add this shell to the NT32 firmware list\r
28 Add the Shell.INF to the end of the list of DXE modules.\r
29\r
304. Build NT32\r
31\r
32============================================================================\r
33 KNOWN LIMITATIONS\r
34============================================================================\r
351. RM can delete current working directory via other map name.\r
362. DrvCfg is not functional.\r
373. ifConfig permanent settings are under investigation (may not function correctly)\r
384. Shell documentation is in development and forthcoming.\r
39\r
40============================================================================\r