diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-20 02:33:08 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-20 02:33:08 +0000 |
commit | 986825f093d8733609daac8e776ec0e2613a4bdf (patch) | |
tree | cc2e11ed1e61afd2119bca4c0a3454ae2b88f624 /DuetPkg | |
parent | 85b990a8eb253f71d10021aad0059e0625349269 (diff) | |
download | edk2-platforms-986825f093d8733609daac8e776ec0e2613a4bdf.tar.xz |
Add a note for Duet build under Linux environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8127 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/ReadMe.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DuetPkg/ReadMe.txt b/DuetPkg/ReadMe.txt index 6e21bfb545..44584f84fa 100644 --- a/DuetPkg/ReadMe.txt +++ b/DuetPkg/ReadMe.txt @@ -93,7 +93,9 @@ B. Build DUET image on Linux Platform 2). run "./PostBuild.sh IA32" for IA32 architecture platform or
"./PostBuild.sh X64" for X64 architecture platform.
-
+ NOTE: After post build action, you should check the size of EfiLdr at $WORKSPACE/Build/DuetPkg/DEBUG_UNIXGCC directory, it must less than 470k.
+ If not, you should manually remove some unnecessary drivers at DuetPkg.fdf file.
+
3. Create bootable disk
The following steps are same for IA32 architecture platform or X64 architecture platform.
Now only support floopy.
|