Rev 4338 | Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4338 | Rev 4341 | ||
---|---|---|---|
Line 73... | Line 73... | ||
73 | (void) as_area_create(&_heap, 1, AS_AREA_WRITE | AS_AREA_READ); |
73 | (void) as_area_create(&_heap, 1, AS_AREA_WRITE | AS_AREA_READ); |
74 | _async_init(); |
74 | _async_init(); |
75 | f = fibril_setup(); |
75 | f = fibril_setup(); |
76 | __tcb_set(f->tcb); |
76 | __tcb_set(f->tcb); |
77 | 77 | ||
78 | open_console(); |
- | |
79 | - | ||
80 | /* Save the PCB pointer */ |
78 | /* Save the PCB pointer */ |
81 | __pcb = (pcb_t *)pcb_ptr; |
79 | __pcb = (pcb_t *)pcb_ptr; |
82 | 80 | ||
83 | #ifdef __IN_SHARED_LIBC__ |
81 | #ifdef __IN_SHARED_LIBC__ |
84 | if (__pcb != NULL && __pcb->rtld_runtime != NULL) { |
82 | if (__pcb != NULL && __pcb->rtld_runtime != NULL) { |