haiku/src/kernel/TODO
ejakowatz 52a3801208 It is accomplished ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-09 12:24:59 +00:00

43 lines
935 B
Plaintext

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