mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
85b990a8eb
commit
986825f093
|
@ -93,7 +93,9 @@ B. Build DUET image on Linux Platform
|
||||||
2). run "./PostBuild.sh IA32" for IA32 architecture platform or
|
2). run "./PostBuild.sh IA32" for IA32 architecture platform or
|
||||||
"./PostBuild.sh X64" for X64 architecture platform.
|
"./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
|
3. Create bootable disk
|
||||||
The following steps are same for IA32 architecture platform or X64 architecture platform.
|
The following steps are same for IA32 architecture platform or X64 architecture platform.
|
||||||
Now only support floopy.
|
Now only support floopy.
|
||||||
|
|
Loading…
Reference in New Issue