summaryrefslogtreecommitdiff
path: root/core/com32.inc
Commit message (Expand)AuthorAgeFilesLines
* comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-2/+6
* Symbol export whitelistMatt Fleming2012-12-051-1/+1
* core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-021-83/+0
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-291-2/+13
|\
| * com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-1/+13
* | core: get rid of unmangle_name completelysyslinux-4.00-pre31H. Peter Anvin2010-02-281-1/+1
* | core: fix lowmem mallocH. Peter Anvin2010-02-241-3/+2
* | core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-7/+5
* | core: add a direct 32-bit APIH. Peter Anvin2010-02-231-3/+7
* | core/com32.inc: warn about possible double use of core_xfer_bufH. Peter Anvin2010-02-211-0/+3
* | com32: go back to using real_mode_seg as bounce bufferH. Peter Anvin2010-02-211-1/+1
* | core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin2010-02-211-1/+1
* | core: create an ersatz __com32 structure as expected by libcom32H. Peter Anvin2009-05-311-0/+15
* | com32r: verify the COM32R magic numberH. Peter Anvin2009-05-251-0/+19
* | Avoid clobbering PM code when loading the kernelH. Peter Anvin2009-05-241-2/+1
* | core: load the PM code at 1 MB, COM32R code followsH. Peter Anvin2009-05-241-3/+3
* | core: move real-mode callback code to callback.incH. Peter Anvin2009-05-171-188/+0
* | core: move 32-bit code out of the .text16 segmentH. Peter Anvin2009-05-171-4/+9
* | core: make the intcall/farcall/cfarcall routines reentrantH. Peter Anvin2009-05-151-21/+34
* | core: adopt the naming convention core_* for exported symbolsH. Peter Anvin2009-05-141-10/+10
* | First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-141-3/+5
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-3/+3
* | core: obsolete .bss1 and .bss2H. Peter Anvin2009-05-131-1/+1
* | core/com32.inc: fix bits 16/bits 32 confusionH. Peter Anvin2009-05-131-1/+5
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-198/+31
|/
* bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin2009-04-161-1/+1
* com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2009-04-131-1/+1
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-1/+1
* Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-041-1/+2
|\
| * com32: fix the argument orderH. Peter Anvin2009-04-011-1/+1
| * com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-1/+2
* | shuffler: first cut of a simpler shuffle routineH. Peter Anvin2009-03-311-3/+0
|/
* Ugly workaround for bug in GNU ld 2.17H. Peter Anvin2008-06-231-2/+11
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+421