diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-13 21:20:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-13 21:20:33 +0100 |
commit | 435f3e1ea739ed2cea8099ab3ccbadd234232893 (patch) | |
tree | fb9e3d8b98716abb25e8fafc1647ddecaf74fe2b | |
parent | df835e043986380221d7720b263863a38aedb207 (diff) | |
parent | 6743a437042cb362786f62e3804d9b17765ff1f6 (diff) |
Merge branch 'master' of flubber:~wiki/wiki
-rw-r--r-- | community/da.mdwn | 21 | ||||
-rw-r--r-- | community/procfs.mdwn | 2 | ||||
-rw-r--r-- | community/scolobb.mdwn | 8 | ||||
-rw-r--r-- | hurd/running/debian/distrib/debianaptoffline.mdwn | 9 | ||||
-rw-r--r-- | microkernel/mach/gnumach/ports/xen.mdwn | 2 |
5 files changed, 35 insertions, 7 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index 8bea9876..56a006b0 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -4,23 +4,38 @@ Email: zhengda1936 at gmail dot com Project: Network virtualization for subhurds etc. +The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool). + +The design and implementation of [hypervisor](http://www.assembla.com/wiki/show/VNetHurd/The_design_of_hypervisor). + +The [schedule](http://www.assembla.com/wiki/show/b0f44qnbmr3AN4ab7jnrAJ/The_schedule_for_hypervisor). + --- -## TO DO +## TODO +### Coding -### Documentation +Start to write the hypervisor: -- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc) +- To create a virtual network interface. +- To publish the port created by the hypervisor by using the file system. Other program can get the port by using file_name_lookup() now. --- ## Completed tasks +### Coding + +- pfinet server overriding by modifying glibc. The patch is [here](http://svn.assembla.com/svn/VNetHurd/glibc_2.7_multi-netserv.patch). + ### The Code Read + - boot ### Documentation Read + +- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc) - [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html) by James Scott - [A Programmer's Guide to the Mach User Environment](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machuse.doc), the MIG part - Part of The GNU Mach Reference Manual and The GNU Hurd Reference Manual diff --git a/community/procfs.mdwn b/community/procfs.mdwn index 3dfd0b78..506a8c9c 100644 --- a/community/procfs.mdwn +++ b/community/procfs.mdwn @@ -148,7 +148,7 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda 4. June, 1, 2008 5. June, 2, 2008 6. June, 4, 2008 -7. June, 5, 2008 +7. June, 5, 2008 (3 commits, 00:30 HRS, 02:30 HRS, 11:15HRS, all in IST) ------ diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn index ba6909f8..28cbf6b3 100644 --- a/community/scolobb.mdwn +++ b/community/scolobb.mdwn @@ -25,9 +25,13 @@ The code is at <http://github.com/scolobb/filterfs/tree/master>. Clone URL: git://github.com/scolobb/filterfs.git -####5: Mon Jun 2, ~14:00 UTC - ?: +####6: Fri Jun 6, ~13:00 UTC - ?: -> Adapting the initialization actions from *unionfs*. +> Creating the code to fetch the directory entries and integrating it into *libnetfs* callbacks. + +####5: Mon Jun 2, ~14:00 UTC - Thu Jun 5, ~19:00 UTC: + +> Adapted the initialization actions from *unionfs*. Borrowed the netnode/lnode architecture from *unionfs*. ####4: Mon Jun 2, ~11:00 UTC - ~14:00 UTC: diff --git a/hurd/running/debian/distrib/debianaptoffline.mdwn b/hurd/running/debian/distrib/debianaptoffline.mdwn new file mode 100644 index 00000000..f8f739df --- /dev/null +++ b/hurd/running/debian/distrib/debianaptoffline.mdwn @@ -0,0 +1,9 @@ +[[meta copyright="Copyright © 2008 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]]."]]"""]] diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn index f1aac598..1c1cc40f 100644 --- a/microkernel/mach/gnumach/ports/xen.mdwn +++ b/microkernel/mach/gnumach/ports/xen.mdwn @@ -17,7 +17,7 @@ This also means that you'll currently need a PAE-disabled `dom0`. <http://brokenpipe.de/GnuHurd/XEN/>. -You can either get binaries at <http://dept-info.labri.fr/~thibault/hurd-xen/> or build them yourself. +You can either get binaries at <http://youpibouh.thefreecat.org/hurd-xen/> or build them yourself. - Copy `gnumach-xen` and `hurd-modules` to your dom0 /boot. - Copy `hurd` into `/etc/xen`, edit it for fixing access to your hurd / and swap |