Changeset 7ce9284 in mainline for src/main/main.c
- Timestamp:
- 2005-08-30T17:41:19Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b45aa23
- Parents:
- 10caad0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
r10caad0 r7ce9284 180 180 t = thread_create(kinit, NULL, k, 0); 181 181 if (!t) panic("can't create kinit thread\n"); 182 183 182 thread_ready(t); 184 183 … … 211 210 config.cpu_active++; 212 211 212 /* 213 * The THE structure is well defined because ctx.sp is used as stack. 214 */ 215 the_initialize(THE); 216 213 217 arch_pre_mm_init(); 214 218 frame_init(); … … 222 226 l_apic_debug(); 223 227 228 the_copy(THE, (the_t *) CPU->stack); 224 229 225 230 /*
Note:
See TracChangeset
for help on using the changeset viewer.