haiku/headers/os/kernel
Travis Geiselbrecht 1cbf8f4b3c initial support for a commpage, which is a chunk of memory in high kernel space with user readonly permissions.
The first use is to let the kernel decide what the preferred syscall mechanism is at boot time and copy the
appropriate user space code there. Can be used for routines the kernel can decide best how to use (memcpy, some
timing routines, etc).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20161 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-02-19 00:32:44 +00:00
..
arch/x86 initial support for a commpage, which is a chunk of memory in high kernel space with user readonly permissions. 2007-02-19 00:32:44 +00:00
debugger.h * Introduced a new debugger message B_DEBUGGER_MESSAGE_HANDED_OVER, which 2005-07-15 12:18:33 +00:00
disk_scanner.h Removed extended_partition_info::partition_code field. 2003-02-18 21:28:30 +00:00
fs_attr.h Unified the look of the different files a bit (their headers in particular). 2003-01-29 14:45:15 +00:00
fs_index.h Unified the look of the different files a bit (their headers in particular). 2003-01-29 14:45:15 +00:00
fs_info.h Unified the look of the different files a bit (their headers in particular). 2003-01-29 14:45:15 +00:00
fs_query.h New fs_query.h header. 2003-01-29 14:43:38 +00:00
fs_volume.h fs_mount_volume() now returns a dev_t as well - changed mount/mountvolume to take 2005-10-20 13:03:50 +00:00
image.h Added (currently only) flag B_WAIT_TILL_LOADED for _kern_load_image() 2005-03-12 15:01:25 +00:00
OS.h added core and core 2 ids 2006-08-24 10:33:50 +00:00
scheduler.h