summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-11-03Merge lib into kernRichard Braun
There are no precise enough criteria to justify the separation of these two directories.
2012-10-19Use the standard __ASSEMBLER__ macroRichard Braun
2012-10-10macros: minor changeRichard Braun
Rename XQUOTE to __QUOTE.
2012-10-10macros: new DECL_CONST macroRichard Braun
This macro is needed where a constant value can be used in both assembly and C code, but it needs a specific type in C code for correct results. This type is usually assigned with a suffix such as "UL", which makes assembly fail. DECL_CONST creates different forms based on the language.
2012-10-03x86: new architectureRichard Braun
Merge 32-bit IA-32 (i386) and 64-bit AMD64 (amd64) code into one common architecture. The amd64 variant isn't functional yet.
2012-09-30Initial commitRichard Braun