summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector/bootsect.S
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-281-2/+2
* Detab in DuetPkgqhuang82009-08-211-1/+1
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-011-1/+1
* 1. Remove .extern from GCC assembly.xli242009-05-201-2/+2
* Add comments for introducing startup sequence for DUET boot disk.klu22009-04-091-3/+15
* Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu22009-02-261-3/+3
* in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu22009-02-261-3/+3
* 1. Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-261-1/+3
* Port Intel .asm to GNU .Sgikidy2009-02-201-0/+289