mirror of
https://github.com/drasko/codezero.git
synced 2026-04-30 15:41:30 +02:00
A comprehensive overhaul on the thread library.
Lots of polishing, organizational changes, bug fixes, error handling etc. are introduced. COPY and NEW space thread creation are allowed but not thoroughly tested yet. It seems they will work best if the lib supports utcb virtual range management through the mapping.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Used for thread and space ids, and also for utcbs.
|
||||
* Used for thread and space ids, and also for
|
||||
* utcb tracking in page-sized-chunks.
|
||||
*
|
||||
* Copyright (C) 2009 B Labs Ltd.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user