summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 78458548..02ab7ba0 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -163,10 +163,9 @@ packages](http://people.debian.org/~sthibault/failed_packages.txt).
This is the list of tasks that we *want* to address soon, starting with the most pressing:
-* Add amd64 support to gdb.
+* Add amd64 support to gdb, see [Flavio patch pending commit](https://sourceware.org/pipermail/gdb-patches/2024-February/206895.html)
* Fix shell output pipe replacement issue on amd64, see
[discussion](https://lists.gnu.org/archive/html/bug-hurd/2023-10/msg00062.html).
-* Add make/swap/set/get/context support for amd64 (for go and others).
* On amd64, fix memcpy (> 16 bytes) from `/dev/mem` (makes hurd-console crash)
* Settle CI for mig+gnumach+hurd+glibc.
* Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html)
@@ -230,7 +229,10 @@ After you have a Hurd vm set up and running:
* `git clone git://git.sv.gnu.org/hurd/gnumach.git`
* `git clone git://git.sv.gnu.org/hurd/incubator.git`
* You can connect through ssh with `ssh root@localhost -p 2222`
-* Get more from the [repo list](http://git.savannah.gnu.org/cgit/hurd/).
+* Optionally if you connect to the Hurd running on another local
+ machine, then you might want to set up the
+ [[hurd/terrible-mdns-responder]].
+* Get more from the [repo list](https://git.savannah.gnu.org/cgit/hurd/).
* Read the docs on these pages.
* Start hacking.
* For shutting down, use `reboot`, then press `c` in grub and issue halt (to avoid filesystem corruption). Adding `--no-reboot` to the qemu line should help, too.