1## @file
2#
3#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution. The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12##
13
14IA32
15====
16FAT12                   FAT16             FAT32
17bootsect.asm            bs16.asm          bs32.asm
18start.asm               start16.asm       start32.asm
19         \                   |                 /
20          \                  |                /
21                         efi32.asm
22
23X64
24===
25FAT12                   FAT16             FAT32
26bootsect.asm            bs16.asm          bs32.asm
27start64.asm             st16_64.asm       st32_64.asm
28         \                   |                 /
29          \                  |                /
30                         efi64.asm
31
32MBR
33===
34Mbr.asm
35
36
37GPT
38===
39Gpt.asm