summaryrefslogtreecommitdiffstats
path: root/src/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* [exeprefix] Add .exe prefixMichael Brown2011-03-282-0/+158
* [prefix] Avoid using base memory for temporary decompression areaMichael Brown2011-03-281-3/+7
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-271-3/+4
* [undi] Cope with devices that erroneously claim not to use interruptsMichael Brown2011-03-231-21/+28
* [build] Fix building with latest binutilsBastian Blank2011-03-162-2/+2
* [console] Add facility for rudimentary keyboard mappingMichael Brown2011-03-161-2/+19
* [romprefix] Use correct size for PMM allocation of image source blockMichael Brown2011-03-151-6/+7
* [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokesMichael Brown2011-03-101-1/+1
* [pxe] Report an IRQ number only if device supports interruptsMichael Brown2011-03-101-1/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-093-3/+3
* [image] Simplify use of imgdownload()Michael Brown2011-03-094-52/+14Star
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-072-0/+123
* [bios] Recognise scancodes for F5-F12 inclusiveMichael Brown2011-03-071-25/+24Star
* [comboot] Do not assume that image has a non-NULL command lineMichael Brown2011-03-071-3/+3
* [image] Simplify image managementMichael Brown2011-03-078-236/+216Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-042-4/+3Star
* [int13] Automatically reopen underlying block device as neededMichael Brown2011-03-021-34/+50
* [prefix] Set the "size" bit in the GDT entry for the flat data segmentMichael Brown2011-03-011-1/+1
* [prefix] Add rudimentary debugging messages to libprefixMichael Brown2011-03-011-0/+40
* [build] Use unique entry symbols for each prefixMichael Brown2011-02-2313-21/+19Star
* [build] Ensure an entry point symbol exists in all buildsMichael Brown2011-02-237-3/+16
* [build] Eliminate unused sections at link-timeMichael Brown2011-02-223-8/+18
* [int13] Add missing "static" modifierMichael Brown2011-02-221-2/+2
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-5/+5
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-172-6/+6
* [pcbios] Merge adjacent memory regions of same typeEduardo Habkost2011-02-171-2/+10
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-279-12/+18
* [liba20] Rename libflat to liba20Michael Brown2011-01-271-0/+0
* [libflat] Remove now-obsolete flatten_real_mode callMichael Brown2011-01-272-122/+5Star
* [prefix] Use 16-bit protected mode for access to high memoryMichael Brown2011-01-272-42/+195
* [pxe] Report SUPPORTED_IRQ only if device supports interruptsMichael Brown2011-01-251-1/+3
* [pxe] Improve pxe_udp debug messagesMichael Brown2010-12-151-9/+14
* [pxe] Set correct PktType in PXENV_UNDI_ISRMichael Brown2010-12-091-1/+9
* [pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPEMichael Brown2010-12-091-5/+5
* [cmdline] Add "reboot" commandMichael Brown2010-12-091-0/+66
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-041-0/+2
* [libflat] Test A20 gate without switching to flat real modeMichael Brown2010-12-031-12/+18
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-221-2/+73
* [pxe] Use network device receive queue freezingMichael Brown2010-11-201-6/+11
* [undi] Support underlying UNDI devices that don't support interruptsMichael Brown2010-11-191-17/+31
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2Star
* [bzimage] Increase maximum command-line size to 0x7ffJarrod Johnson2010-11-131-1/+1
* [build] Add FreeBSD location for isolinuxMichael Brown2010-11-031-1/+2
* [romprefix] Add missing addr32 prefixMichael Brown2010-10-291-1/+1
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [romprefix] Add missing FILE_LICENCE declaration to undiloader.SMichael Brown2010-10-181-0/+2
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-222-2/+9
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-222-27/+243