Changeset 586:c4c0373e04a8
- Timestamp:
- 06/07/08 21:02:54 (7 months ago)
- Author:
- David Anderson <dave@…>
- Branch:
- default
- Message:
-
Remove a redundant comment from core.c and tweak docs.
- Location:
- nxos/base
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r573
|
r586
|
|
| 31 | 31 | |
| 32 | 32 | /** Initialize the baseplate and run the application payload. |
| 33 | | * |
| 34 | 33 | */ |
| 35 | 34 | void nx__kernel_main(void); |
-
|
r492
|
r586
|
|
| 1 | | /* Copyright (C) 2007 the NxOS developers |
| | 1 | /* Copyright (c) 2007,2008 the NxOS developers |
| 2 | 2 | * |
| 3 | 3 | * See AUTHORS for a full list of the developers. |
| … |
… |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | | /* This function is not part of the public API, but is invoked from |
| 88 | | * init.S. |
| 89 | | */ |
| 90 | 87 | void nx__kernel_main(void) { |
| 91 | 88 | core_init(); |