summaryrefslogtreecommitdiff
path: root/core/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-0/+2
|\
| * pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin2010-02-061-0/+2
* | config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-141-2/+2
* | fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-2/+2
* | core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-1/+4
* | vfs: add the readdir stuff supportLiu Aleaxander2009-12-151-6/+8
* | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-1/+1
* | Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-281-1/+0
* | Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-281-3/+5
* | Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-271-13/+5
* | Core:PXELINUX: dnsrelov.inc convertedLiu Aleaxander2009-08-191-1/+2
* | Core: fat: make the file->file_len to store the dir sector number when we sea...Liu Aleaxander2009-08-171-1/+0
* | core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-2/+2
* | Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-111-2/+2
* | Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-111-3/+2
* | core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-091-9/+1
* | Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander2009-06-141-2/+2
* | Core:EXTLINUX: convert mangle name to CLiu Aleaxander2009-06-071-3/+3
* | Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-061-2/+2
* | Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-3/+3
* | Convert the config load part to CLiu Aleaxander2009-06-031-0/+2
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-8/+7
|\ \ | |/
| * Don't run to comboot API with interrupts offsyslinux-3.81-pre6H. Peter Anvin2009-05-181-8/+7
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-27/+3
|\ \ | |/
| * Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-181-27/+3
* | core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin2009-05-141-8/+14
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-7/+7
* | core: obsolete .bss1 and .bss2H. Peter Anvin2009-05-131-1/+1
|/
* core: remove references to MDSLINUXH. Peter Anvin2009-04-191-3/+3
* com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2009-04-131-12/+5
* core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-131-2/+2
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-1/+1
* Merge branch 'new-shuffler'H. Peter Anvin2009-04-081-135/+31
|\
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-041-0/+1
| |\
| * | shuffler: reload EDI, ESI, ECX before calling shuffle_and_boot_rawH. Peter Anvin2009-03-311-0/+3
| * | shuffler: make the new shuffler actually workH. Peter Anvin2009-03-311-2/+0
| * | shuffler: comboot interface to the new shufflerH. Peter Anvin2009-03-311-6/+19
| * | shuffler: first cut of a simpler shuffle routineH. Peter Anvin2009-03-311-144/+26
* | | ipappend: clean up ipappend code; add ipappend to plain cmdlineH. Peter Anvin2009-04-061-13/+0
| |/ |/|
* | Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
|/
* COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm2009-02-091-0/+71
* Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-031-1/+16
* Add CD-ROM mode query to the COM32 interfaceH. Peter Anvin2008-10-101-0/+4
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-1/+1
* comboot: re-enable the idle callsyslinux-3.71-pre5H. Peter Anvin2008-07-071-4/+2
* comboot: make sure we CLD at all relevant entry pointsH. Peter Anvin2008-07-071-1/+6
* comboot.inc: add missing "section .text"H. Peter Anvin2008-07-071-0/+2
* comboot: save/restore all the DOS vectors; handle a few moreH. Peter Anvin2008-07-071-16/+85
* comboot: issue IRET for INT 2FhH. Peter Anvin2008-06-301-0/+5
* Fix bogus instances of writestr_earlyH. Peter Anvin2008-06-151-1/+1