summaryrefslogtreecommitdiff
path: root/core/diskstart.inc
Commit message (Expand)AuthorAgeFilesLines
* core: merge cpuinit.inc into init.incH. Peter Anvin2009-09-021-2/+0
* core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin2009-08-101-19/+5
* Merge branch 'core32' into fscH. Peter Anvin2009-08-071-1/+7
|\
| * Merge branch 'master' into core32H. Peter Anvin2009-06-091-1/+7
| |\
| | * core: prevent buggy INT 13h from leaving IF=0syslinux-3.82-pre4H. Peter Anvin2009-06-041-1/+7
* | | Merge branch 'isolinux'Liu Aleaxander2009-06-231-1/+1
|\ \ \
| * | | Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-211-0/+1
* | | | Core:EXTLINUX: applies the path from hpa to EXTLINUXLiu Aleaxander2009-06-201-2/+8
|/ / /
* | | Core: make vfs do the workLiu Aleaxander2009-06-111-2/+26
* | | Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-0/+1
* | | extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-031-0/+1
* | | Convert the cache code to C and implement the core printf functionLiu Aleaxander2009-06-021-0/+1
|/ /
* | prepcore: error out if the compressed image is too large to loadH. Peter Anvin2009-06-011-1/+1
* | core/diskstart.inc: break transactions on 64K boundariesH. Peter Anvin2009-05-141-1/+3
* | core/diskstart: handle more than 2^16 dwordsH. Peter Anvin2009-05-141-10/+11
* | core: handle more than 32K of code for disk-based derivativesH. Peter Anvin2009-05-141-17/+39
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-1/+1
* | core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-131-3/+4
* | core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin2009-05-131-2/+2
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-1/+2
|/
* core: merge the startup code for disk-based derivativesH. Peter Anvin2009-04-191-0/+681