blob: 6cfa6159d815a6f1ec8c5f63c7b4933258c5e57b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Users of the socket library need to do the following:
� Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
� Create an Efi\StdLib\etc directory on their system or USB flash device
� Copy the files from StdLib\Efi\StdLib\etc into that directory
� Edit the files appropriately
o Set the correct DNS servers in resolv.conf
o Set the search order in host.conf
� At the EFI shell
o Set the device containing the \Efi directory as the default device
o Run the socket application
|