summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/bs16.S
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Detab in DuetPkgqhuang81-1/+1
2009-06-01Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy1-1/+1
2009-05-201. Remove .extern from GCC assembly.xli241-2/+2
2009-02-26Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu21-3/+3
2009-02-26boot sector use 16-bit code.klu21-1/+1
2009-02-26in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu21-2/+2
2009-02-261. Add GNUmakefile for Linux GCC to build BootSector;gikidy1-1/+3
2009-02-20Port Intel .asm to GNU .Sgikidy1-0/+289