haiku/src/kernel
Axel Dörfler f52302c408 Actually, one byte is enough for gBIOSDriveID - it only has to store %dl, not %dx.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7249 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-04-19 23:31:53 +00:00
..
apps Renamed thread/team syscalls to new scheme. 2004-03-03 01:15:48 +00:00
boot Actually, one byte is enough for gBIOSDriveID - it only has to store %dl, not %dx. 2004-04-19 23:31:53 +00:00
core Implemented rename_thread() and _user_rename_thread() (as pointed out by Jack Burton). 2004-04-06 21:38:45 +00:00
drivers NewOS read/write hooks return ssize_t, but on BeOS, they return status_t and 2004-03-29 12:28:34 +00:00
glue No longer calls _thread_do_exit_notification() as exit() now does it. 2003-04-28 11:10:09 +00:00
ldscripts Added a new linker script for our boot loader (a.k.a. zbeos in the BeOS world). 2004-04-19 00:05:32 +00:00
libroot Added a ToDo comment about how to correctly implement get_cpuid(). 2004-03-30 13:02:49 +00:00
vm2/tests Removing old VM2, starting to integrate new VM. 2003-07-30 11:48:09 +00:00
Jamfile The boot loader now uses the boot_loader.ld linking script instead of 2004-04-19 02:23:50 +00:00
TODO