summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
Commit message (Collapse)AuthorAgeFilesLines
...
* "dns_resolver" changed to "dns"Michael Brown2005-04-301-1/+1
|
* Added DNS resolver configuration option.Michael Brown2005-04-301-0/+8
|
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
|
* Fix BUILD_SERIAL.Michael Brown2005-04-181-17/+42
| | | | | Change from using #if to #ifdef, since #if can't cope with string constants.
* Move RELOCATE into config.hMichael Brown2005-04-181-38/+16Star
| | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h.
* Add ISA_PROBE_ADDRS list.Michael Brown2005-04-161-0/+18
|
* print_drivers() is now unified.Michael Brown2005-04-121-67/+6Star
|
* Drag in relocate unless NORELOCATE is defined, since it's now calledMichael Brown2005-04-101-0/+7
| | | | only via the initialisation function table.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+49
|
* Initial revisionMichael Brown2005-03-081-0/+161