Competely outdated and not maintained; no reason to keep it around.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-18 02:36:43 +00:00
parent 9f7112f72e
commit e17c805d8f
1 changed files with 0 additions and 42 deletions

View File

@ -1,42 +0,0 @@
Implement:
process environment variables
scheduler updates:
better quantum handling
priority boost on sem block
improved kernel debugger support:
symbol lookups
stack tracing
kernel slab allocator
Rewrite VFS
VM:
Allow alteration of region's attributes
cache layer
better region creation args (range of virtual addresses, etc)
reserve regions
page out (changes to mmap and swapfile)
Block Drivers
Work on Driver system, overall
POSIX
New Booting method
more on the user space libs
Improved bus managers (BeOS style)
Fully relocatable kernel, stage2 relocates
signals
tty layer
Integrate OBFS
Integrate Networking
kernel module loading:
RLD
lazy binding
so initialization
dl_open() and load_addon()
Work on PCI
libRoot
IDE bus manager
use fxsave instead of fsave where appropriate
move more per-cpu stuff to the global cpu[] array
Places in kernel where page fault with ints off happens
Random reboot on heavy fibo usage