summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-131-11/+21
* Allow access to variables in .text16 as well as .data16. ChainedMichael Brown2006-05-063-2/+16
* Added methods for efficiently declaring and accessing variables inMichael Brown2006-05-043-0/+59
* <name>_size variable is no longer needed, since we don't copy the code.Michael Brown2006-05-021-3/+1Star
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-023-89/+31Star
* Put the TCP connection periodic processing in tcp.c, where it belongs.Michael Brown2006-04-301-0/+2
* Added missing ssize_tMichael Brown2006-04-251-0/+1
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-4/+4
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Added __constant_memcpy() based on version in Linux's string.h.Michael Brown2006-04-241-12/+135
* Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-242-3/+3
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-242-23/+5Star
* Rearranging PXE header filesMichael Brown2005-05-241-3/+3
* Update to cope with changes in registers.hMichael Brown2005-05-202-6/+1Star
* Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3.Michael Brown2005-05-201-8/+95
* Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-191-0/+12
|\
* | DoxygenationMichael Brown2005-05-191-4/+11
* | Add a const to avoid a warningMichael Brown2005-05-191-1/+2
|/
* First versionMichael Brown2005-05-171-0/+7
* Added copy_phys_to_physMichael Brown2005-05-171-0/+5
* Use __unused instead of __used for static data structures.Michael Brown2005-05-171-1/+1
* Include string.h, because we need to define copy_{to,from}_physMichael Brown2005-05-091-0/+1
* off_t should be signed.Michael Brown2005-05-091-11/+11
* Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines.Michael Brown2005-05-092-0/+11
* Add memcpyMichael Brown2005-05-091-0/+13
* Missing includeMichael Brown2005-04-271-0/+2
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-271-5/+4Star
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-5/+6
* BIOS floppy handling code moved to where it will really live.Michael Brown2005-04-251-0/+68
* Moved disk functions to drivers/bus/bios_disks.cMichael Brown2005-04-181-3/+0Star
* Save a few bytes by using naturally-sized ints.Michael Brown2005-04-181-1/+1
* Made copy_{to,from}_real volatile, so that they don't get optimised away.Michael Brown2005-04-171-18/+49
* compiler.h is now always included on the command line.Michael Brown2005-04-143-3/+0Star
* For pci_io.cMichael Brown2005-04-121-0/+20
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-101-1/+0Star
* Added post-relocation function table.Michael Brown2005-04-101-5/+15
* Add librm_base.Michael Brown2005-04-101-0/+5
* hooks.o is now a single object, rather than having separate hooks.o andMichael Brown2005-04-101-8/+1Star
* Don't build relocate() under KEEP_IT_REALMichael Brown2005-04-091-0/+9
* Need to provide sizeof(struct free_base_memory_header) to assembly code.Michael Brown2005-04-091-0/+23
* Split out from etherboot.hMichael Brown2005-04-091-0/+10
* First versionMichael Brown2005-04-091-0/+6
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-0816-178/+764
* Initial revisionMichael Brown2005-03-0821-0/+1668