Subv d192fb066d Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries.

This is consistent with what the real kernel does.
2016-05-07 10:18:47 -05:00
..
2016-04-09 19:11:02 +03:00
2015-09-29 23:11:09 +02:00
2016-01-30 18:41:04 +00:00
2016-01-30 18:41:04 +00:00
2016-04-11 15:18:00 +02:00
2016-04-11 15:18:00 +02:00
2016-03-09 22:20:08 +01:00