Changeset 8f91729 in mainline for src/main/main.c
- Timestamp:
- 2005-08-31T11:43:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e291e5d
- Parents:
- b9e97fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
rb9e97fb r8f91729 119 119 context_save(&ctx); 120 120 context_set(&ctx, FADDR(main_bsp_separated_stack), config.base + kernel_size, CONFIG_STACK_SIZE); 121 context_map_stack(config.base + kernel_size, CONFIG_STACK_SIZE); 121 122 context_restore(&ctx); 122 123 /* not reached */ … … 134 135 task_t *k; 135 136 thread_t *t; 136 137 137 138 the_initialize(THE); 138 139
Note:
See TracChangeset
for help on using the changeset viewer.