Module Name: src
Committed By: pooka
Date: Sun May 17 09:46:12 UTC 2015
Modified Files:
src/sys/fs/cd9660: TODO
Log Message:
update: runs as a userspace process now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/cd9660/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/fs/cd9660/TODO
diff -u src/sys/fs/cd9660/TODO:1.3 src/sys/fs/cd9660/TODO:1.4
--- src/sys/fs/cd9660/TODO:1.3 Sun Dec 11 12:24:25 2005
+++ src/sys/fs/cd9660/TODO Sun May 17 09:46:12 2015
@@ -1,4 +1,4 @@
-# $NetBSD: TODO,v 1.3 2005/12/11 12:24:25 christos Exp $
+# $NetBSD: TODO,v 1.4 2015/05/17 09:46:12 pooka Exp $
1) should understand "older", original High Sierra ("CDROM001") type
@@ -32,7 +32,7 @@
6) should run as a user process, and not take up kernel space (cdroms
are slow)
- Not yet.
+ Yes, via rump kernels, also transparently on top of puffs w/ rump_cd9660(8).
7) ECMA support.