diff options
author | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 23:04:13 +0000 |
---|---|---|
committer | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 23:04:13 +0000 |
commit | 59bc059327dd519619fa437c0d7c941e090cd8a3 (patch) | |
tree | 0159ec3a44a5b35410a156aba19f43ad9937cdb2 /AppPkg/Applications/Sockets/ReadMe.txt | |
parent | a88c31639bb24c73383a4528a5b77066e805148b (diff) | |
download | edk2-platforms-59bc059327dd519619fa437c0d7c941e090cd8a3.tar.xz |
Update the sockets applications
* Builds with GCC 4.4 compiler.
Signed-off by: lpleahy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12498 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications/Sockets/ReadMe.txt')
-rw-r--r-- | AppPkg/Applications/Sockets/ReadMe.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/ReadMe.txt b/AppPkg/Applications/Sockets/ReadMe.txt new file mode 100644 index 0000000000..0f6a162d60 --- /dev/null +++ b/AppPkg/Applications/Sockets/ReadMe.txt @@ -0,0 +1,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\etc directory on their system or USB flash device
+• Copy the files from StdLib\Efi\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
|