summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/bootsect.S
AgeCommit message (Expand)AuthorFilesLines
2018-12-06DuetPkg: Remove DuetPkgShenglei Zhang1-303/+0
2010-04-28Update the copyright notice formathhtian1-2/+2
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-04-09Add comments for introducing startup sequence for DUET boot disk.klu21-3/+15
2009-02-26Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu21-3/+3
2009-02-26in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu21-3/+3
2009-02-261. Add GNUmakefile for Linux GCC to build BootSector;gikidy1-1/+3
2009-02-20Port Intel .asm to GNU .Sgikidy1-0/+289