Gregory Nutt
|
d5eec39096
|
Fix some problems with a preceding commit
|
2015-03-31 11:59:16 -06:00 |
Gregory Nutt
|
b4b40d338a
|
boardctl(): Add a new non-standard OS interface. This is similar to a driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
|
2015-03-31 11:25:52 -06:00 |
Gregory Nutt
|
b000425e52
|
In the kernel build, only the user libraries should be exported.
|
2014-09-04 11:43:41 -06:00 |
Gregory Nutt
|
351d20717d
|
Separate flat, protected, and kernel mode library selected into separate files. The conditional logic as exceed my able to comprehend and maintain the selections.
|
2014-08-30 10:43:58 -06:00 |