diff options
Diffstat (limited to 'www/content/notes/hurd.md')
-rw-r--r-- | www/content/notes/hurd.md | 55 |
1 files changed, 14 insertions, 41 deletions
diff --git a/www/content/notes/hurd.md b/www/content/notes/hurd.md index 67b8df9..aeb9b15 100644 --- a/www/content/notes/hurd.md +++ b/www/content/notes/hurd.md @@ -1,12 +1,12 @@ --- title: "Hurd" date: 2025-03-03T15:34:41+08:00 -lastmod: 2025-03-03T23:28:46+08:00 +lastmod: 2025-06-12T01:09:39+08:00 --- {{< mono >}} -[TODOS](/notes/hurd/todos) +goto: [Cheat Sheet](/notes/hurd/cheat-sheet) | [Todos](/notes/hurd/todos) {{< /mono >}} @@ -38,6 +38,18 @@ refs: {{< /mono >}} +## mailing lists / irc + +{{< mono >}} + +| name | address | +| --- | --- | +| hurd | <bug-hurd@gnu.org> | +| debian | <debian-hurd@lists.debian.org> | +| irc | librechat #hurd | + +{{< /mono >}} + ## *_MAX patch See [this](posts/c-func-ext.md) @@ -92,42 +104,3 @@ web cru: <https://crupest.life/git/hurd/web.git> upstream: <https://git.savannah.gnu.org/git/hurd/web.git> {{< /link-group >}} - -## cheatsheet - -Start qemu - -```sh -qemu-system-x86_64 -enable-kvm -m 4G \ - -net nic -net user,hostfwd=tcp::3222-:22 \ - -vga vmware -drive cache=writeback,file=[...] -``` - -Configure/Setup network - -```sh -settrans -fgap /servers/socket/2 /hurd/pfinet \ - -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 -fsysopts /servers/socket/2 /hurd/pfinet \ - -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 -fsysopts /server/socket/2 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 -``` - -Setup apt - -```sh -apt-get --allow-unauthenticated --allow-insecure-repositories update -apt-get --allow-unauthenticated upgrade -``` - -## mailing lists / irc - -{{< mono >}} - -| name | address | -| --- | --- | -| hurd | <bug-hurd@gnu.org> | -| debian | <debian-hurd@lists.debian.org> | -| irc | librechat #hurd | - -{{< /mono >}} |