haiku/src/kernel
Axel Dörfler 0db0e9aaa2 KSTACK_SIZE, STACK_SIZE, and MAIN_THREAD_STACK_SIZE were all renamed.
Fixed a bug in the team thread start: it did not set sizeLeft correctly
before copying the arguments - shouldn't have had any consequences, though,
as the size of the arguments is known before.
Added a comment explaining the current layout of the main thread stack area.
Now makes use of B_STACK_AREA and B_KERNEL_STACK_AREA.
fill_thread_info() did not correctly set thread_info::stack_end.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10016 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-18 18:15:39 +00:00
..
apps Replaced region_id with area_id. 2004-11-08 14:11:46 +00:00
boot Implemented platform_register_boot_device(): it parses drive_parameters 2004-11-15 18:11:27 +00:00
core KSTACK_SIZE, STACK_SIZE, and MAIN_THREAD_STACK_SIZE were all renamed. 2004-11-18 18:15:39 +00:00
drivers A terminated buffer just feels better. 2004-11-08 23:23:17 +00:00
glue Now initializes some global variable defined in libroot_init.c. 2004-07-05 18:50:20 +00:00
ldscripts Added boot_loader.ld file (same as stage2.ld for ppc). 2004-04-22 00:53:55 +00:00
libroot Added empty implementation of mknod() - should be pretty much what BeOS does. 2004-11-18 16:56:10 +00:00
vm2/tests
Jamfile added gnu regex 2004-11-09 22:49:35 +00:00
TODO