From: klu2 Date: Mon, 29 Sep 2008 06:24:10 +0000 (+0000) Subject: Add MSFT support X-Git-Tag: edk2-stable201903~20157 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=29cb3577a302e8427262ddd0de05d8027b8ee92d;hp=77df4b6732c92ddfe22ba8f50100dfdfbbea6a13;p=mirror_edk2.git Add MSFT support git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6068 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 156ed5d0a1..e193adb4a6 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -14,12 +14,21 @@ [Sources] bootsect.asm | INTEL + bootsect.asm | MSFT bs16.asm | INTEL + bs16.asm | MSFT bs32.asm | INTEL + bs32.asm | MSFT Gpt.asm | INTEL + Gpt.asm | MSFT Mbr.asm | INTEL + Mbr.asm | MSFT start.asm | INTEL + start.asm | MSFT start16.asm | INTEL + start16.asm | MSFT start32.asm | INTEL + start32.asm | MSFT efi32.asm | INTEL + efi32.asm | MSFT