summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/implementing_hurd_on_top_of_another_system.mdwn3
-rw-r--r--open_issues/virtual_square_view-os.mdwn6
-rw-r--r--open_issues/virtualization.mdwn6
-rw-r--r--open_issues/virtualization/networking.mdwn30
4 files changed, 43 insertions, 2 deletions
diff --git a/open_issues/implementing_hurd_on_top_of_another_system.mdwn b/open_issues/implementing_hurd_on_top_of_another_system.mdwn
index a3e367ce..1d7a1e50 100644
--- a/open_issues/implementing_hurd_on_top_of_another_system.mdwn
+++ b/open_issues/implementing_hurd_on_top_of_another_system.mdwn
@@ -11,7 +11,8 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_documentation]]
It is possible to run Hurd stuff on top of another system instead of on Mach.
-One obvious variant is emulation ([[hurd/running/QEMU]], for example), but
+One obvious variant is [[emulation]] (using [[hurd/running/QEMU]], for
+example), but
doing that does not really integratable the Hurd guest into the host system.
There is also a more direct way, more powerful, but it also has certain
requirements to do it effectively:
diff --git a/open_issues/virtual_square_view-os.mdwn b/open_issues/virtual_square_view-os.mdwn
index 7f5137e5..dcc98785 100644
--- a/open_issues/virtual_square_view-os.mdwn
+++ b/open_issues/virtual_square_view-os.mdwn
@@ -42,6 +42,12 @@ Perhaps start reading with the *slides* linked below.
* <http://wiki.virtualsquare.org/>
+ * <http://sourceforge.net/projects/view-os/>
+
+ * Renzo Davoli, [*Virtual
+ Square*](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.108.9106),
+ 2005
+
* Renzo Davoli, Michael Goldweber, [*View-OS: Change your View on
Virtualization*](http://www.cs.unibo.it/~renzo/view-os-lk2009.pdf),
Proc. of Linux Kongress, 2009
diff --git a/open_issues/virtualization.mdwn b/open_issues/virtualization.mdwn
index 83b6b4c4..ebf86a2d 100644
--- a/open_issues/virtualization.mdwn
+++ b/open_issues/virtualization.mdwn
@@ -20,6 +20,8 @@ An index of things to work on w.r.t. virtualization.
* [[hurd/subhurd]] / [[hurd/neighborhurd]]
+ * [[Implementing_Hurd_On_Top_of_Another_System]]
+
* Unix / Linux
* [[Capsicum]]
@@ -32,4 +34,6 @@ An index of things to work on w.r.t. virtualization.
* [Divorcing namespaces from
processes](http://lwn.net/Articles/377109/), 2010-03-03
- * [[file_systems]]
+ * [[File_Systems]]
+
+ * [[Networking]]
diff --git a/open_issues/virtualization/networking.mdwn b/open_issues/virtualization/networking.mdwn
new file mode 100644
index 00000000..7a6474a1
--- /dev/null
+++ b/open_issues/virtualization/networking.mdwn
@@ -0,0 +1,30 @@
+[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!tag open_issue_hurd]]
+
+Collection about stuff that is relevant for *virtualization* and *networking*.
+
+ * [[Virtual_Square_View-OS]]
+
+ * [*Virtual Networks*](http://virtualsquare.org/vn.html)
+
+ * [User Level Networking](http://uln.sourceforge.net/)
+
+ * [Virtual Distributed Ethernet](http://vde.sourceforge.net/)
+
+ * [Application Level
+ Environment4Networking](http://sourceforge.net/projects/ale4net/)
+
+ *Ale4NET used dyn library call diversion to define networking at process
+ level.* -- what we're doing with our approach for overriding the default
+ [[hurd/translator/pfinet]] by setting environment variables.
+
+ Project is now part of [[Virtual_Square_View-OS]].