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