summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux
Commit message (Expand)AuthorAgeFilesLines
...
* load_linux.c: when relocating, need to update code32_startH. Peter Anvin2009-05-041-0/+1
* load_linux.c: add missing header fileH. Peter Anvin2009-05-041-0/+1
* linux.c32: cap the stack pointer to 0xfff0H. Peter Anvin2009-05-041-1/+2
* shuffler: fix setting up esp in real-mode shufflesH. Peter Anvin2009-05-041-1/+1
* shuffler: when looking for temporary memory, it has to be *free!*syslinux-3.80-pre8H. Peter Anvin2009-05-031-0/+2
* movebits: make the user-space test cases slightly easierH. Peter Anvin2009-05-031-9/+12
* shuffler: correctly handle one-to-many relationshipssyslinux-3.80-pre7H. Peter Anvin2009-05-021-18/+130
* shuffle: align the shuffle safe areaH. Peter Anvin2009-05-021-2/+3
* syslinux_dump_memmap(): make it easier to spot errorsH. Peter Anvin2009-05-021-1/+1
* syslinux_add_memmap(): fix failures at address zero, more?H. Peter Anvin2009-05-021-38/+63
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-291-6/+96
* shuffle_pm: remove unused variables and includesH. Peter Anvin2009-04-281-7/+1
* memscan: use the contents of the ebda_seg, not the pointer itselfH. Peter Anvin2009-04-281-1/+1
* memscan: correctly handle the DOS memory fallback caseH. Peter Anvin2009-04-271-4/+4
* shuffle_rm: clean up the trampoline generator with macrosH. Peter Anvin2009-04-231-31/+50
* shuffle_rm: set up SS:ESP and segs as quickly as possibleH. Peter Anvin2009-04-231-13/+40
* com32: remove unused variablesSebastian Herbszt2009-04-171-2/+0
* Fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-04-131-8/+7
* shuffle_rm.c: minor style cleanupH. Peter Anvin2009-04-131-8/+8
* shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-133-13/+27
* bootrm: allow entering with IF=1; smarter stub locationH. Peter Anvin2009-04-131-26/+26
* Merge branch 'new-shuffler'H. Peter Anvin2009-04-086-99/+220
|\
| * memscan: adjust lower limit; saner handling of insane DOS memory sizesH. Peter Anvin2009-04-041-9/+17
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-041-3/+3
| |\
| * | Update copyright noticesH. Peter Anvin2009-04-043-2/+5
| * | Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-046-111/+251
| |\ \
| * | | shuffler: fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-03-311-0/+1
| * | | shuffle: use SMT_RESERVED for the forbidden regionH. Peter Anvin2009-03-311-1/+1
| * | | shuffler: make the new shuffler actually workH. Peter Anvin2009-03-315-91/+200
* | | | com32: the keyboard map size is in CX not in DXH. Peter Anvin2009-04-081-1/+1
* | | | Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin2009-04-061-6/+10
| |_|/ |/| |
* | | memscan: protect 0-0x7c00 until the new shuffler is mergedH. Peter Anvin2009-04-041-3/+3
| |/ |/|
* | Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-046-2/+7
* | linux.c32: don't relocate the real-mode code *above* 0x90000H. Peter Anvin2009-04-031-1/+1
* | linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-0/+78
* | com32: add _t to scan_memory_callbackH. Peter Anvin2009-04-031-1/+1
* | com32: merge all memory map discovery to one fileH. Peter Anvin2009-04-032-111/+167
* | com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-0/+1
|/
* Merge branch 'hdt'H. Peter Anvin2009-03-121-0/+61
|\
| * hdt: Adding pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE *gnt)Erwan Velu2009-02-251-0/+61
* | linux.c32: fix initrd alignmentH. Peter Anvin2009-03-121-4/+4
* | shuffler: more corrections to shuffle buffer assignmentH. Peter Anvin2009-03-101-12/+19
* | shuffler: fix the handling of more than one block of descriptorsH. Peter Anvin2009-03-101-7/+15
|/
* syslinux_derivative_info(): use the buffer we already haveH. Peter Anvin2009-02-181-4/+3
* Constructed data objects can't be common; hack derivative_infoH. Peter Anvin2009-02-181-7/+5
* Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-031-0/+44
* e820: pre-initialize bufferH. Peter Anvin2008-10-131-0/+2
* com32/lib: fix reversed test when looking for extattr in e820H. Peter Anvin2008-10-131-1/+1
* Support "extended attributes" for INT 15h, AX=E820hH. Peter Anvin2008-10-131-1/+8
* loadfile: make sure we don't trash errnoH. Peter Anvin2008-06-151-1/+6