summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Linker symbols no longer defined in etherboot.hMichael Brown2005-05-181-4/+7
|/
* Load buffer is now handled by the autoload() function.Michael Brown2005-05-171-5/+15
* Use the global load_buffer, and the boot_image function.Michael Brown2005-05-091-6/+11
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-2/+10
* http.h obsoleted (no content)Michael Brown2005-05-021-1/+0Star
* umountall() handled by nfs.c's reset functionMichael Brown2005-05-011-3/+0Star
* loadkernel renamed to download_url and moved to nic.cMichael Brown2005-04-301-74/+2Star
* Added back in the actual call to load().Michael Brown2005-04-261-10/+24
* s/{name,describe}/{name,describe}_device/Michael Brown2005-04-251-4/+5
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-26/+18Star
* Leave some time to see what's going on.Michael Brown2005-04-151-0/+1
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-141-2/+13
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-19/+4Star
* Use dev's print_info method to print standardised information aboutMichael Brown2005-04-131-0/+3
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-121-1/+19
* Replaced main loop with a trivial implementation so that we can tryMichael Brown2005-04-121-21/+40
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-101-0/+21
* relocate() is called by arch_initialise().Michael Brown2005-04-091-1/+0Star
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-124/+13Star
* Initial revisionMichael Brown2005-03-081-0/+529