Porting Duet module from EDKI to EDKII

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5076 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-17 05:48:13 +00:00
parent fcf03596d1
commit c69dd9dfad
77 changed files with 26415 additions and 13 deletions

View File

@@ -0,0 +1,26 @@
IA32
====
FAT12 FAT16 FAT32
bootsect.asm bs16.asm bs32.asm
start.asm start16.asm start32.asm
\ | /
\ | /
efi32.asm
X64
===
FAT12 FAT16 FAT32
bootsect.asm bs16.asm bs32.asm
start64.asm st16_64.asm st32_64.asm
\ | /
\ | /
efi64.asm
MBR
===
Mbr.asm
GPT
===
Gpt.asm