summaryrefslogtreecommitdiff
path: root/core/init.inc
Commit message (Expand)AuthorAgeFilesLines
* core: extend conventional memory warning with amount seensyslinux-4.05-pre1H. Peter Anvin2011-05-241-9/+15
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-2/+2
* core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin2010-02-211-4/+12
* core: hook INT 1Ch for a simple monotonic timerH. Peter Anvin2009-09-021-0/+5
* core: merge cpuinit.inc into init.incH. Peter Anvin2009-09-021-0/+38
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-13/+0
* core: add new __lowmem macro to allocate a static lowmem bufferH. Peter Anvin2009-06-021-3/+2
* core: load the PM code at 1 MB, COM32R code followsH. Peter Anvin2009-05-241-9/+2
* core: make decompression of the PM code actually workH. Peter Anvin2009-05-231-2/+2
* core: drop double clearing of .uibssH. Peter Anvin2009-05-201-3/+0
* core: LZO compress the PM part of the coreH. Peter Anvin2009-05-201-19/+53
* core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin2009-05-141-4/+10
* core: handle more than 32K of code for disk-based derivativesH. Peter Anvin2009-05-141-1/+1
* First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-141-6/+14
* core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-4/+4
* core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-131-0/+11
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+47