Port Intel .asm to GNU .S

These .S files now is not for compiler but for us to control the version.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7548 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2009-02-20 03:01:49 +00:00
parent 3c5a8c113e
commit 32f9b796d3
3 changed files with 609 additions and 0 deletions

View File

@@ -20,8 +20,10 @@
bs16.asm | MSFT
bs32.asm | INTEL
bs32.asm | MSFT
# bs32.S | GCC ## It can not be compiled. It is added just for version control.
Gpt.asm | INTEL
Gpt.asm | MSFT
# Gpt.S | GCC ## It can not be compiled. It is added just for version control.
Mbr.asm | INTEL
Mbr.asm | MSFT
start.asm | INTEL