Hello, kern/lwkt_thread.c can apparently be compiled both as kernel and user land code (cf #ifdef _KERNEL in file). What's the purpose of this? Was it just initially developed user-side then ported into the kernel or is there something else? Thanks, Nicolas