X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FBootSector%2FGpt.S;h=ef70a80a2f99b4954a3f8f7b75dd65ed4f9d6665;hb=49794755ba41d962f4448364d301939e26eb2bf2;hp=763513c7a05251bddcc2d50773bcfd1c986f4bf6;hpb=32f9b796d3bb05f608d87d49e691249e5f04d13e;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/Gpt.S b/DuetPkg/BootSector/Gpt.S index 763513c7a0..ef70a80a2f 100644 --- a/DuetPkg/BootSector/Gpt.S +++ b/DuetPkg/BootSector/Gpt.S @@ -241,32 +241,32 @@ ErrorString: # PhysicalDrive - Used to indicate which disk to be boot # Can be patched by tool # **************************************************************************** - .org 0x01B6 + # .org 0x01B6 # Just for passing build. PhysicalDrive: .byte 0x80 # **************************************************************************** # GptPartitionIndicator - Used to indicate which GPT partition to be boot # Can be patched by tool # **************************************************************************** - .org 0x01B7 + # .org 0x01B7 # Just for passing build. GptPartitionIndicator: .byte 0 # **************************************************************************** # Unique MBR signature # **************************************************************************** - .org 0x01B8 + # .org 0x01B8 # Just for passing build. .ascii "DUET" # **************************************************************************** # Unknown # **************************************************************************** - .org 0x01BC + # .org 0x01BC # Just for passing build. .word 0 # **************************************************************************** # PMBR Entry - Can be patched by tool # **************************************************************************** - .org 0x01BE + # .org 0x01BE # Just for passing build. .byte 0 # Boot Indicator .byte 0xff # Start Header .byte 0xff # Start Sector @@ -278,18 +278,18 @@ GptPartitionIndicator: .byte 0 .long 1 # Starting LBA .long 0xFFFFFFFF # End LBA - .org 0x01CE + # .org 0x01CE # Just for passing build. .long 0,0,0,0 - .org 0x01DE + # .org 0x01DE # Just for passing build. .long 0,0,0,0 - .org 0x01EE + # .org 0x01EE # Just for passing build. .long 0,0,0,0 # **************************************************************************** # Sector Signature # **************************************************************************** - .org 0x01FE + # .org 0x01FE # Just for passing build. SectorSignature: .word 0xaa55 # Boot Sector Signature