Changeset 6f8a426 in mainline for generic/src/main/main.c
- Timestamp:
- 2006-02-21T00:04:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fad93a
- Parents:
- cd92528
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/main.c
rcd92528 r6f8a426 182 182 printf("config.cpu_count=%d\n", config.cpu_count); 183 183 cpu_init(); 184 184 185 185 calibrate_delay_loop(); 186 186 timeout_init(); … … 198 198 if (!k) 199 199 panic("can't create kernel task\n"); 200 200 201 201 /* 202 202 * Create the first thread. … … 206 206 panic("can't create kinit thread\n"); 207 207 thread_ready(t); 208 208 209 209 /* 210 210 * This call to scheduler() will return to kinit,
Note:
See TracChangeset
for help on using the changeset viewer.