summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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