summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* hdt: clear memtest_labelsyslinux-3.74-pre21Sebastian Herbszt2009-04-081-0/+1
* com32: the keyboard map size is in CX not in DXH. Peter Anvin2009-04-081-1/+1
* Merge commit 'hdt/master'H. Peter Anvin2009-04-062-0/+6
|\
| * hdt: Don't display unsupported modesErwan Velu2009-04-062-0/+6
* | Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19H. Peter Anvin2009-04-063-3/+3
* | Makefiles: try to make "make install" do the right thingH. Peter Anvin2009-04-068-63/+29
* | Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin2009-04-065-6/+44
* | 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-0420-9/+48
* | Merge commit 'hdt/master'syslinux-3.74-pre16H. Peter Anvin2009-04-033-2/+3
|\ \ | |/
| * hdt: Adding exit menu in menu modeErwan Velu2009-04-031-0/+1
| * hdt: Fixing aligment in about menuErwan Velu2009-04-031-1/+1
| * hdt: Fixing author nameErwan Velu2009-04-031-1/+1
* | 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-033-4/+128
* | com32: add _t to scan_memory_callbackH. Peter Anvin2009-04-032-3/+3
* | com32: merge all memory map discovery to one fileH. Peter Anvin2009-04-035-174/+241
* | com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-016-8/+113
|/
* pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu2009-03-294-4/+4
* hdt: prevent unless disk's menuErwan Velu2009-03-275-4/+11
* hdt: Adding memtest= boot parameterErwan Velu2009-03-275-4/+9
* hdt: Adding PXE information on the booted pci deviceErwan Velu2009-03-271-2/+18
* hdt: Updating author nameErwan Velu2009-03-261-1/+1
* hdt: bump version to 0.2.7Erwan Velu2009-03-261-1/+1
* hdt: in the cli, we have to Skip empty linesErwan Velu2009-03-261-0/+6
* hdt: Workaround for PXE detectionErwan Velu2009-03-261-0/+28
* hdt: Fixing output of vesa software revisionErwan Velu2009-03-262-3/+3
* hdt: Fix typo in vesa initializationPierre-Alexandre Meyer2009-03-261-1/+1
* hdt: Pxe mode might generate corruptionErwan Velu2009-03-262-2/+2
* hdt: Fixing crash on some optical drivesErwan Velu2009-03-261-0/+4
* menu: Increasing the maximum number of menusErwan Velu2009-03-261-1/+1
* pci: Check if configuration type is PCI_CFG_NONEErwan Velu2009-03-261-0/+7
* pci: Remove "(void)cfgtype"Erwan Velu2009-03-261-2/+0
* pci modules: Check for pci_scan() == NULL.Erwan Velu2009-03-261-1/+5
* hdt: Check for pci_scan() == NULL.Erwan Velu2009-03-261-1/+5
* hdt: Adding IPMI detectionErwan Velu2009-03-267-2/+113
* dmi: Adding IPMI detectionErwan Velu2009-03-265-8/+115
* vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin2009-03-201-3/+0
* Merge commit 'hdt/master'syslinux-3.74-pre10H. Peter Anvin2009-03-2011-368/+825
|\
| * hdt: Adding contributorsErwan Velu2009-03-203-5/+34
| * hdt: commenting some devel messagesErwan Velu2009-03-201-2/+2
| * hdt: Fixing more_printf to display a proper \nErwan Velu2009-03-201-1/+1
| * hdt: Adding an historyErwan Velu2009-03-202-8/+86
| * hdt: Fixing backspaceErwan Velu2009-03-191-172/+196
| * hdt: Adding append mode to cliErwan Velu2009-03-191-8/+78
| * hdt: ctrl+a or HOME key return to the beginning of lineErwan Velu2009-03-191-1/+11
| * hdt: Skip heading spacesErwan Velu2009-03-193-1/+12
| * hdt: Using a single cli structure to manage the input lineErwan Velu2009-03-192-60/+59
| * hdt: Missing include for getkeyErwan Velu2009-03-191-0/+1
| * hdt: more_printf must use getkeyErwan Velu2009-03-191-3/+2