summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed guard name to avoid clash with INCLUDE_xxx namespace used byMichael Brown2005-04-111-3/+4
| | | | drivers.
* Fix up init ordering.Michael Brown2005-04-101-5/+6
| | | | Make init function table name fixed; it's a static variable anyway.
* Add INIT_LIBRM before INIT_CONSOLE.Michael Brown2005-04-091-6/+7
|
* Removed basemem.c prototypesMichael Brown2005-04-091-13/+0Star
|
* Relocation code is arch-specific.Michael Brown2005-04-091-6/+0Star
|
* Removed references to old callback mechanismMichael Brown2005-04-091-4/+0Star
|
* callbacks.h no longer exists.Michael Brown2005-04-091-1/+0Star
|
* Callback mechanism now obsoleteMichael Brown2005-04-091-45/+0Star
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-089-80/+148
|
* Remove CODE16 as a global define; most files define it themselvesMichael Brown2005-03-091-5/+0Star
| | | | | anyway, and I want to be able to use it as a compile-time option for the i386 decompressor.
* Initial revisionMichael Brown2005-03-0845-0/+4796