summaryrefslogtreecommitdiff
path: root/core/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically rename the writestr functionsH. Peter Anvin2008-06-151-4/+4
* Fix DOS interrupt error messagessyslinux-3.70-pre16H. Peter Anvin2008-06-101-3/+4
* When erroring out on an DOS interrupt, print infoH. Peter Anvin2008-06-101-10/+51
* PXELINUX: Enable idle calls on select platformsH. Peter Anvin2008-06-091-6/+4
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+988