Module Name:    src
Committed By:   pooka
Date:           Wed Jan 15 15:10:31 UTC 2014

Modified Files:
        src/sys/rump: TODO

Log Message:
yearly update

Miraculously, the list got smaller(!)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/TODO
diff -u src/sys/rump/TODO:1.9 src/sys/rump/TODO:1.10
--- src/sys/rump/TODO:1.9	Tue Jan  8 13:45:28 2013
+++ src/sys/rump/TODO	Wed Jan 15 15:10:31 2014
@@ -1,4 +1,4 @@
-	$NetBSD: TODO,v 1.9 2013/01/08 13:45:28 pooka Exp $
+	$NetBSD: TODO,v 1.10 2014/01/15 15:10:31 pooka Exp $
 
 * integrate build framework with config(1) to stop the need to
   maintain a separate build infrastructure.  the remaining step
@@ -9,10 +9,8 @@
     modifications to files.*
 * find a better solution for rumpdefs.h, the sed "solution"
   doesn't really scale nicely
-  + something toolchain-based?
-* make it possible for kernel components to define private hypercalls.
-  the implementation is trivial (just do it), but the build system makes
-  things very difficult (if you want to find out why, just try it).
+  + everything except deeply embedded (i.e. small) can use:
+    http://github.com/justincormack/rumprun
 * the .a semantics do not make sense for rump kernel components.
   additionally, they cannot be loaded as modules since they are
   ar's instead of elf objects.  make the build produce and use elf

Reply via email to