diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-26 06:35:29 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-26 06:35:29 +0000 |
commit | d88bd7a5022281be7d836fb8c221fea3ccf6c300 (patch) | |
tree | 63dbcbbc764bfbf95f5a12fb1515024ad1bf31ef /Nt32Pkg | |
parent | 9372fe0366e79d37c71a3195fdf0e72626bb063f (diff) | |
download | edk2-platforms-d88bd7a5022281be7d836fb8c221fea3ccf6c300.tar.xz |
Update Nt32.fdf to fix incorrect " character.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3449 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.fdf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Nt32Pkg/Nt32Pkg.fdf b/Nt32Pkg/Nt32Pkg.fdf index 0987e987a7..f5840b2924 100644 --- a/Nt32Pkg/Nt32Pkg.fdf +++ b/Nt32Pkg/Nt32Pkg.fdf @@ -5,11 +5,11 @@ # FD Section
# The [FD] Section is made up of the definition statements and a
# description of what goes into the Flash Device Image. Each FD section
-# defines one flash ��device�� image. A flash device image may be one of
+# defines one flash "device" image. A flash device image may be one of
# the following: Removable media bootable image (like a boot floppy
-# image,) an Option ROM image (that would be ��flashed�� into an add-in
-# card,) a System ��Flash�� image (that would be burned into a system��s
-# flash) or an Update (��Capsule��) image that will be used to update and
+# image,) an Option ROM image (that would be "flashed" into an add-in
+# card,) a System "Flash" image (that would be burned into a system��s
+# flash) or an Update ("Capsule") image that will be used to update and
# existing system flash.
#
################################################################################
@@ -27,9 +27,9 @@ NumBlocks = 0x2a #
# Regions must be defined in ascending order and may not overlap.
#
-# A Layout Region start with a eight digit hex offset (leading ��0x�� required) followed by
-# the pipe ��|�� character, followed by the size of the region, also in hex with the leading
-# ��0x�� characters. Like:
+# A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
+# the pipe "|" character, followed by the size of the region, also in hex with the leading
+# "0x" characters. Like:
# Offset|Size
# PcdOffsetCName|PcdSizeCName
# RegionType <FV, DATA, or FILE>
|