aboutsummaryrefslogtreecommitdiffstats
path: root/core/init.inc
AgeCommit message (Expand)AuthorFilesLines
2014-02-13comapi: Remove the comapi interfaces completelyH. Peter Anvin1-6/+0
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming1-3/+3
2013-01-17core: switch LZO decompressor to "fast safe" versionH. Peter Anvin1-3/+3
2012-07-30Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming1-1/+6
2012-05-29pxe: move hardwired DHCP options into high memoryH. Peter Anvin1-0/+5
2012-03-23core: Delete the aux segmentMatt Fleming1-1/+1
2011-12-16core: Add firmware backend supportMatt Fleming1-1/+3
2011-12-02core: Delete code that is duplicated in ldlinuxMatt Fleming1-11/+0
2011-12-01core: Reimplement lots asm code in CMatt Fleming1-57/+3
2010-07-20June 22: new mem_init worksFeng Tang1-0/+7
2010-07-20elflink: comment off the printf provided by coreFeng Tang1-0/+1
2010-02-23core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin1-2/+2
2010-02-21core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin1-4/+12
2009-09-02core: hook INT 1Ch for a simple monotonic timerH. Peter Anvin1-0/+5
2009-09-02core: merge cpuinit.inc into init.incH. Peter Anvin1-0/+38
2009-08-10core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin1-13/+0
2009-06-02core: add new __lowmem macro to allocate a static lowmem bufferH. Peter Anvin1-3/+2
2009-05-24core: load the PM code at 1 MB, COM32R code followsH. Peter Anvin1-9/+2
2009-05-23core: make decompression of the PM code actually workH. Peter Anvin1-2/+2
2009-05-20core: drop double clearing of .uibssH. Peter Anvin1-3/+0
2009-05-20core: LZO compress the PM part of the coreH. Peter Anvin1-19/+53
2009-05-14core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin1-4/+10
2009-05-14core: handle more than 32K of code for disk-based derivativesH. Peter Anvin1-1/+1
2009-05-14First cut of doing 32-bit C code in the coreH. Peter Anvin1-6/+14
2009-05-13core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin1-4/+4
2009-05-13core: zero bss and uibss; fix some section confusionsH. Peter Anvin1-0/+11
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-0/+47