From 29cb3577a302e8427262ddd0de05d8027b8ee92d Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 29 Sep 2008 06:24:10 +0000 Subject: [PATCH] Add MSFT support git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6068 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/BootSector.inf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.2