summaryrefslogtreecommitdiff
path: root/core/diskstart.inc
Commit message (Expand)AuthorAgeFilesLines
* core: align the EPAsyslinux-4.00-pre53pathbasedH. Peter Anvin2010-06-201-0/+1
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-201-12/+24
* Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-151-36/+26
* core: add hlt to infinite loopH. Peter Anvin2010-06-141-1/+2
* Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2010-06-141-181/+286
* diskstart: print CHS/EDD instead of CBIOS/EBIOSH. Peter Anvin2010-05-141-2/+2
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-121-1/+1
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-301-3/+2
|\
| * Clean up the version/copyright strings reported via the comboot APIH. Peter Anvin2010-03-301-3/+2
* | Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-2/+2
|\ \ | |/
| * core: document the stack location, use STACK_TOP throughoutH. Peter Anvin2010-02-121-1/+1
* | Merge branch 'fsc' into pathbasedH. Peter Anvin2010-01-211-1/+3
|\ \
| * | core/diskstart: we don't have 64-bit partition offset just yet...H. Peter Anvin2010-01-211-1/+3
* | | pathbased: clean up diskstart address numbers, 256 byte subvolsH. Peter Anvin2010-01-131-16/+21
* | | pathbased:btrfs: initial subvol supportAlek Du2010-01-131-10/+11
* | | core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-4/+15
|/ /
* | Merge commit 'liu/master' into fscH. Peter Anvin2009-12-281-0/+1
* | 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