Changeset d8431986 in mainline for kernel/arch/ia32/src/drivers/ega.c

Timestamp:
2007-05-31T21:25:54Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f043c0
Parents:
e8a0b90
Message:

Fix the problem with sys_thread_create() by splitting the create and attach functionality of
thread_create(). Now it is possible to specify a flag that will cause thread_create() to only allocate and
initialize the thread structure. A call to thread_attach() will make the thread visible to the system.
This arrangement makes it easier to undo creation of a thread in case of a failure in sys_thread_create().

(No files)

Note: See TracChangeset for help on using the changeset viewer.