david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/include
Michael Brown 824d6ffa7f Header rearrangement.
I want to get to the point where any header in include/ reflects a
standard user-level header (e.g. a POSIX header), while everything that's
specific to gPXE lives in include/gpxe/.  Headers that reflect a Linux
header (e.g. if_ether.h) should also be in include/gpxe/, with the same
name as the Linux header and, preferably, the same names used for the
definitions.
2006-04-24 15:42:49 +00:00
..
bits Added __constant_memcpy() based on version in Linux's string.h. 2006-04-24 15:25:25 +00:00
basemem.h Fixes for gcc >= 3.2 from Georg Baum 2005-05-23 23:47:54 +00:00
bios_disks.h ISA bus driver updated to report devices as present only if a driver 2005-04-26 12:30:14 +00:00
bios.h Moved disk functions to drivers/bus/bios_disks.c 2005-04-18 15:35:39 +00:00
bochs.h Doxygenation 2005-05-19 14:51:37 +00:00
callbacks_arch.h Initial revision 2005-03-08 18:53:11 +00:00
gateA20.h First version 2005-05-17 13:41:00 +00:00
hidemem.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
hooks.h Update to cope with changes in registers.h 2005-05-20 11:23:51 +00:00
io.h compiler.h is now always included on the command line. 2005-04-14 11:50:26 +00:00
kir.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
latch.h Initial revision 2005-03-08 18:53:11 +00:00
libkir.h Made copy_{to,from}_real volatile, so that they don't get optimised away. 2005-04-17 12:17:06 +00:00
librm.h Fixes for gcc >= 3.2 from Georg Baum 2005-05-23 23:47:54 +00:00
limits.h Initial revision 2005-03-08 18:53:11 +00:00
memsizes.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
pci_io.h For pci_io.c 2005-04-12 16:44:50 +00:00
pic8259.h Merged mcb30-realmode-redesign back to HEAD 2005-04-08 15:01:17 +00:00
pxe_addr.h Split PXE code into preboot, udp, tftp, undi and loader units. 2005-05-23 23:32:56 +00:00
pxe_callbacks.h Split PXE code into preboot, udp, tftp, undi and loader units. 2005-05-23 23:32:56 +00:00
realmode.h Update to cope with changes in registers.h 2005-05-20 11:23:51 +00:00
registers.h Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3. 2005-05-20 11:22:09 +00:00
relocate.h Header rearrangement. 2006-04-24 15:42:49 +00:00
setjmp.h Initial revision 2005-03-08 18:53:11 +00:00
stdint.h Synced across updates from Etherboot 5.4 tree 2005-05-19 16:47:19 +00:00
vga.h Initial revision 2005-03-08 18:53:11 +00:00
virtaddr.h Add a const to avoid a warning 2005-05-19 13:02:38 +00:00