Changeset b45c443 in mainline for generic/src/main
- Timestamp:
- 2006-06-13T14:26:44Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- Location:
- generic/src/main
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup main 30 * @ingroup kernel 31 * @{ 32 */ 33 29 34 /** 30 * @file kinit.c35 * @file 31 36 * @brief Kernel initialization thread. 32 37 * … … 191 196 192 197 } 198 199 /** @} 200 */ 201 -
generic/src/main/main.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup main 30 * @{ 31 */ 32 29 33 /** 30 * @file main.c34 * @file 31 35 * @brief Main initialization kernel function for all processors. 32 36 * … … 320 324 } 321 325 #endif /* CONFIG_SMP */ 326 327 /** @} 328 */ 329 -
generic/src/main/uinit.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup main 30 * @{ 31 */ 32 29 33 /** 30 * @file uinit.c34 * @file 31 35 * @brief Userspace bootstrap thread. 32 36 * … … 61 65 userspace(&uarg); 62 66 } 67 68 /** @} 69 */ 70 -
generic/src/main/version.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup main 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <main/version.h> 30 36 #include <print.h> … … 53 59 printf("%s, release %s (%s)%s\nBuilt%s for %s\n%s\n", project, release, name, revision, timestamp, arch, copyright); 54 60 } 61 62 /** @} 63 */ 64
Note:
See TracChangeset
for help on using the changeset viewer.
