haiku/src/system/kernel
Axel Dörfler 95839f5c92 The file cache now has another init method that is called after the boot
device becomes available.
Currently, it opens the "launch_speedup" module (if available), later it
should consult a settings file for what to do.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13894 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-03 17:25:03 +00:00
..
arch Replaced all dprintf() calls from the kernel debugger with kprintf() calls. 2005-08-02 16:28:20 +00:00
cache The file cache now has another init method that is called after the boot 2005-08-03 17:25:03 +00:00
debug The kernel debugger no longer uses dprintf() but kprintf() when printing 2005-08-02 16:25:27 +00:00
device_manager Moved load_driver() and load_driver_symbols() over to devfs. 2005-06-02 18:32:21 +00:00
disk_device_manager Merged the disk device manager module interface for file systems with the 2005-05-23 17:15:56 +00:00
fs The file cache now has another init method that is called after the boot 2005-08-03 17:25:03 +00:00
messaging Aesthetical change. 2005-07-29 13:15:39 +00:00
util Fixed off by one error: could call memcpy() with '0' as size argument. 2005-05-31 01:17:25 +00:00
vm Renamed vfs_vnode_acquire_ref() to vnode_acquire_vnode(). 2005-08-01 14:32:23 +00:00
boot_item.cpp The boot item list was not initialized; this was no problem, though, as 2005-06-13 13:01:13 +00:00
cpu.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
elf.c Replaced all dprintf() calls from the kernel debugger with kprintf() calls. 2005-08-02 16:28:20 +00:00
heap.c More or less rewrote the heap wall stuff: 2005-05-26 01:39:38 +00:00
image.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
int.c Calmed down start up a tiny bit. 2005-08-02 16:43:30 +00:00
Jamfile * Now we deal with all x86 exceptions, i.e. we no longer panic() when a 2005-07-21 23:47:08 +00:00
kernel_daemon.c Some cleanup (made static variables static). 2005-06-13 12:59:11 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
lock.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
main.c * Now we deal with all x86 exceptions, i.e. we no longer panic() when a 2005-07-21 23:47:08 +00:00
module.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
port.c Replaced all dprintf() calls from the kernel debugger with kprintf() calls. 2005-08-02 16:28:20 +00:00
real_time_clock.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
scheduler.c Now fills in system_info::cpu_infos[] (ie. CPU activity) by looking at the active 2005-07-01 00:31:38 +00:00
sem.c Replaced all dprintf() calls from the kernel debugger with kprintf() calls. 2005-08-02 16:28:20 +00:00
shutdown.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
signal.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
smp.c Cleanup of the debug stuff, prepared for blue screen debugging. 2005-05-29 13:01:38 +00:00
syscalls.c The app_server now updates the kernel's blue screen frame buffer on mode changes 2005-05-29 20:23:00 +00:00
sysctl.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
system_info.c Now fills in system_info::cpu_infos[] (ie. CPU activity) by looking at the active 2005-07-01 00:31:38 +00:00
team.c The team watching mechanism now works as intended. 2005-08-03 16:57:40 +00:00
thread.c Added debug commands "ready", "running", and "waiting" that only list those 2005-08-02 16:27:00 +00:00
timer.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00