summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Towards making KEEP_IT_REAL work again.Michael Brown2006-08-242-7/+21
* Added missing check-inMichael Brown2006-06-091-0/+16
* It's astonishing how long really fundamental bugs can survive withoutMichael Brown2006-06-081-2/+2
* Fix some remarkably obvious mistakes in pcidirect.hMichael Brown2006-06-081-3/+3
* Add a "count" field to struct memory_map.Michael Brown2006-05-251-0/+3
* Define a struct memory_map with a fixed number of entries, rather thanMichael Brown2006-05-241-1/+9
* Remove the automatic segment register save and restore; most users ofMichael Brown2006-05-241-8/+0Star
* Removed REAL_EXEC(); there is no longer any code using it.Michael Brown2006-05-242-43/+13Star
* Added potentially required "\n\t" on the end of asm_code_strMichael Brown2006-05-241-14/+1Star
* Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXECMichael Brown2006-05-242-31/+35