summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector/bs16.S
Commit message (Expand)AuthorAgeFilesLines
* Fix CRLF formatTian, Hot2014-01-221-1/+1
* 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
* Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu22009-02-261-3/+3
* boot sector use 16-bit code.klu22009-02-261-1/+1
* in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu22009-02-261-2/+2
* 1. Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-261-1/+3
* Port Intel .asm to GNU .Sgikidy2009-02-201-0/+289