diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-04-29 14:17:52 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-04-29 14:17:52 +0200 |
commit | 09ee72dce67ec8814b906429a4a8d7ffd15c2dd5 (patch) | |
tree | cb659701cad8ac2b9532afa8db8ae5fb7a9a57e3 /microkernel/mach/gnumach | |
parent | e5a3be83f30e7926a66ebfe40884e5fb5fc1bd69 (diff) |
Port the Mach interface to Linux.
Diffstat (limited to 'microkernel/mach/gnumach')
-rw-r--r-- | microkernel/mach/gnumach/projects.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/microkernel/mach/gnumach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn index e0b6572c..f1b984fb 100644 --- a/microkernel/mach/gnumach/projects.mdwn +++ b/microkernel/mach/gnumach/projects.mdwn @@ -97,6 +97,22 @@ so that no duplicate efforts end up. See [[GDB_stubs]]. + * Make it run as a UNIX/Linux executable. + + * Neal: + + <neal> here's a fun project: port the mach interface to Linux + <neal> (e.g., via kernel modifications) + <neal> or, to posix/glibc + <neal> (mmap, some minimal ptrace, etc.) + + * From the [Hurd bits at + sourceforge.net](http://sourceforge.net/projects/hurd): + <http://hurd.cvs.sourceforge.net/hurd/gnumach-otop/>, started by John + Tobey. Last time touched in 2003. Status completely unknown. + + * [README](http://hurd.cvs.sourceforge.net/hurd/gnumach-otop/README?view=markup) + # Wish List |