Changeset 569:a88aa4522961
- Timestamp:
- 06/02/08 00:27:45 (7 months ago)
- Author:
- David Anderson <dave@…>
- Branch:
- default
- Message:
-
Fix up the documentation for memmap.h.
Adjust the copyright in consequence.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r335
|
r569
|
|
| 4 | 4 | * Kernels often need to know where things are in RAM and how they |
| 5 | 5 | * started up, if only to know where the code expects the stack to be, |
| 6 | | * or where there is free space that can be |
| | 6 | * or where there is free space that can be used for user |
| | 7 | * applications. |
| 7 | 8 | */ |
| 8 | 9 | |
| 9 | | /* Copyright (C) 2007 the NxOS developers |
| | 10 | /* Copyright (c) 2007,2008 the NxOS developers |
| 10 | 11 | * |
| 11 | 12 | * See AUTHORS for a full list of the developers. |