summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector/start32.S
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg: Remove DuetPkgShenglei Zhang2018-12-061-927/+0
* DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can b...rsun32012-01-131-4/+4
* DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gp...rsun32011-11-241-1/+1
* DuetPkg BootSector:rsun32011-11-161-7/+2
* Update the copyright notice formathhtian2010-04-281-2/+2
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-5/+5
* Make end of line consistent for DuetPkg. There is no other update.qhuang82009-08-201-4/+4
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-011-1/+5
* 1. Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-261-7/+7
* Port Intel .asm to GAS Sgikidy2009-02-201-0/+928