mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
9372fe0366
commit
d88bd7a502
|
@ -5,11 +5,11 @@
|
||||||
# FD Section
|
# FD Section
|
||||||
# The [FD] Section is made up of the definition statements and a
|
# The [FD] Section is made up of the definition statements and a
|
||||||
# description of what goes into the Flash Device Image. Each FD section
|
# 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
|
# the following: Removable media bootable image (like a boot floppy
|
||||||
# image,) an Option ROM image (that would be “flashed” into an add-in
|
# 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
|
# 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
|
# flash) or an Update ("Capsule") image that will be used to update and
|
||||||
# existing system flash.
|
# existing system flash.
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -27,9 +27,9 @@ NumBlocks = 0x2a
|
||||||
#
|
#
|
||||||
# Regions must be defined in ascending order and may not overlap.
|
# 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
|
# 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
|
# the pipe "|" character, followed by the size of the region, also in hex with the leading
|
||||||
# “0x” characters. Like:
|
# "0x" characters. Like:
|
||||||
# Offset|Size
|
# Offset|Size
|
||||||
# PcdOffsetCName|PcdSizeCName
|
# PcdOffsetCName|PcdSizeCName
|
||||||
# RegionType <FV, DATA, or FILE>
|
# RegionType <FV, DATA, or FILE>
|
||||||
|
|
Loading…
Reference in New Issue