From e17c805d8f12cfe35e2bd83005a92dbb5d99f6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 18 Mar 2005 02:36:43 +0000 Subject: [PATCH] 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 --- src/kernel/TODO | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 src/kernel/TODO diff --git a/src/kernel/TODO b/src/kernel/TODO deleted file mode 100644 index 66d25db0f8..0000000000 --- a/src/kernel/TODO +++ /dev/null @@ -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