summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add strlen_user() (will be needed for PXE API extensions)Michael Brown2007-07-061-0/+12
* Kill off lots of warnings in via-velocity.c by correcting these definitions.Michael Brown2007-07-051-6/+7
* Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-022-13/+13
* Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown2007-06-302-32/+10Star
* Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-091-0/+22
* Provide a buffer in base memory for code to fill with generated DHCP data.Michael Brown2007-03-221-0/+13
* Add ability to read serial number from SMBIOSMichael Brown2007-02-011-0/+11
* Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks theMichael Brown2007-01-291-11/+22
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-292-0/+14
* Yet more synonyms that people tend to use.Michael Brown2007-01-261-11/+17
* Misread the definition of the type_of_loader field; it should include aMichael Brown2007-01-191-1/+7
* Declaring the CPU architecture in the middle of an assembly file isMichael Brown2007-01-181-1/+0Star
* Accelerate memcpy() by around 32% on large, dword-aligned copies.Michael Brown2007-01-181-0/+7
* We can now load an initrd as well as a kernelMichael Brown2007-01-141-0/+2
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-141-30/+11Star
* Actually, the initrd image should be architecture-independent.Michael Brown2007-01-141-14/+0Star
* Add dummy "initrd" image format, just so that images can be marked asMichael Brown2007-01-141-0/+14
* Copy command line at execution time rather than load time.Michael Brown2007-01-141-0/+12
* Split bzimage_load into separate functionsMichael Brown2007-01-141-6/+19
* Can almost start a kernel now. It dies with "No setup signature found"Michael Brown2007-01-141-2/+23
* Placeholder bzImage supportMichael Brown2007-01-141-0/+73
* Select a PXE network device before starting PXE NBP.Michael Brown2007-01-141-1/+14
* Provide {get,set}_fbms() in basemem.h.Michael Brown2007-01-141-33/+33
* Add header for pxe_boot()Michael Brown2007-01-131-0/+11
* Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown2007-01-121-2/+30
* Nothing (not even hidemem.c) uses this file!Michael Brown2007-01-121-21/+0Star
* Whoever put together the grub multiboot.h header is insane.Michael Brown2007-01-111-135/+146
* Avoid namespace clashesMichael Brown2007-01-111-10/+10
* Added fields present in the documentation but not in the header file.Michael Brown2007-01-111-0/+17
* Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparableMichael Brown2007-01-111-0/+6
* Downloaded from current grub CVS.Michael Brown2007-01-111-0/+119
* Added user_to_phys() and memset_user().Michael Brown2007-01-111-20/+45
* Move memmap.h out of arch/i386; it no longer contains anythingMichael Brown2007-01-111-34/+0Star
* Add phys_to_user() and copy_user().Michael Brown2007-01-111-2/+29
* Add device description fields to struct device.Michael Brown2007-01-102-5/+24
* undipci_probe() has to calculate busdevfn anyway, so we may as well passMichael Brown2007-01-091-2/+18
* Provide storage for an undi_device structure representing the preloadedMichael Brown2007-01-091-0/+16
* Use fixed-width fields in struct undi_device, so that pxeprefix.S will beMichael Brown2007-01-091-19/+25
* Added missing includesMichael Brown2007-01-081-0/+3
* Added missing declarationsMichael Brown2007-01-081-0/+3
* Added missing includeMichael Brown2007-01-081-0/+2
* Split UNDI load/unload out into undiload.c.Michael Brown2007-01-081-0/+14
* Separated out UNDI ROM location code into undirom.c, and use structMichael Brown2007-01-081-0/+49
* Use "struct undi_device" instead of "struct pxe_device", and use theMichael Brown2007-01-082-0/+74
* Added PnP BIOS scanning code, separated out from the UNDI driverMichael Brown2007-01-051-0/+15
* Partial implementation of UNDI loader caller.Michael Brown2007-01-051-0/+1
* This file is no longer usedMichael Brown2007-01-041-22/+0Star
* Ripped out everything except the ability to send EOI to the PIC.Michael Brown2007-01-041-61/+34Star
* Added geometry-guessing code based on the partition tableMichael Brown2006-09-091-0/+39
* Added support for INT 13,15; NTLDR calls it (though it may notMichael Brown2006-08-271-0/+18