]> git.proxmox.com Git - mirror_edk2.git/history - DuetPkg/BootSector/bs16.S
Use .p2align directive instead of ambiguous .align directive.
[mirror_edk2.git] / DuetPkg / BootSector / bs16.S
2009-06-01 gikidyReplaced ASM_GLOBAL with .global, and add start label...
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-02-26 klu2Should use code16 for 16-bit assembler, otherwise 32...
2009-02-26 klu2boot sector use 16-bit code.
2009-02-26 klu2in 16-bit code, cs:[] require prefix because sengment...
2009-02-26 gikidy1. Add GNUmakefile for Linux GCC to build BootSector;
2009-02-20 gikidyPort Intel .asm to GNU .S