summaryrefslogtreecommitdiff
path: root/core/extlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-1/+0
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-101-1/+1
|\
| * Core: unmangle_name convertedLiu Aleaxander2009-08-081-19/+4
* | core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin2009-08-101-0/+3
* | core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-091-189/+1
|/
* Core:EXTLINUX: removes the open_file_t structureLiu Aleaxander2009-06-151-16/+1
* Core:EXTLINUX: clean the codeLiu Aleaxander2009-06-151-33/+1
* Core: make vfs do the workLiu Aleaxander2009-06-111-15/+0
* Core:EXTLINUX: convert mangle name to CLiu Aleaxander2009-06-071-49/+0
* Core: move close_file function in getc.incLiu Aleaxander2009-06-061-12/+0
* Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-061-114/+0
* Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-219/+4
* Core: Convert linsector and open_inode function to CLiu Aleaxander2009-06-051-223/+5
* extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-031-33/+4
* Convert the config load part to CLiu Aleaxander2009-06-031-9/+1
* Successed in converting the cache code to CLiu Aleaxander2009-06-031-1/+1
* Convert the cache code to C and implement the core printf functionLiu Aleaxander2009-06-021-8/+8
* Merge branch 'master' into core32H. Peter Anvin2009-05-181-10/+0
|\
| * Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-181-10/+1
* | core: move common module includes to common.incH. Peter Anvin2009-05-171-13/+1
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-6/+6
* | core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-131-9/+8
* | core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin2009-05-131-1/+6
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-0/+1
|/
* core: merge the startup code for disk-based derivativesH. Peter Anvin2009-04-191-643/+2
* core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-131-12/+0
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-3/+3
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-1/+2
* Banner: "and contributors" is just too long; try "et al"H. Peter Anvin2009-03-311-1/+1
* Add "and contributors" to the copyright bannerH. Peter Anvin2009-03-211-1/+1
* YEAR is a number, not a stringH. Peter Anvin2009-02-271-2/+3
* Use YEAR, not the obsolete macro yearH. Peter Anvin2009-02-271-1/+1
* COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm2009-02-091-0/+8
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-1/+1
* Drop macros that just point to other macrosH. Peter Anvin2008-07-071-1/+1
* Allow the initrd to be specified on a separate linesyslinux-3.71-pre4H. Peter Anvin2008-07-031-7/+0
* extlinux: Fix commentH. Peter Anvin2008-06-241-1/+1
* extlinux: actually fix the closing of a file on EOFsyslinux-3.70-pre22H. Peter Anvin2008-06-221-2/+1
* extlinux: fix the end of file conditionH. Peter Anvin2008-06-221-7/+7
* writestr_early: save/restore registersH. Peter Anvin2008-06-151-1/+3
* Mechanically rename the writestr functionsH. Peter Anvin2008-06-151-7/+7
* When erroring out on an DOS interrupt, print infoH. Peter Anvin2008-06-101-0/+1
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+1588