[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63527] [PATCH v2 0/3] Initial attempt at rumpdisk support for the H
From: |
Janneke Nieuwenhuizen |
Subject: |
[bug#63527] [PATCH v2 0/3] Initial attempt at rumpdisk support for the Hurd. |
Date: |
Tue, 16 May 2023 15:48:43 +0200 |
Hi,
Our patches for the rumpkernel crossbuild have been accepted upstream
https://lists.gnu.org/archive/html/bug-hurd/2023-05//msg00276.html
which makes our rumpkernel package a lot nicer. I suggest using the Debian
Salsa rumpkernel package as upstream for now until development has stabilized.
The pci.arbiter and rumpdisk are now also built statically and the .STATIC
variants are used for grub.cfg. A copy/pasto was fixed for the grub.cfg.
Sadly, we only get just a little bit further, boot now hangs like this for me:
start pci.arbiter: pci pci.arbiter: Starting the PCI system: Gratuitous
error
Greetings,
Janneke
Janneke Nieuwenhuizen (3):
gnu: Add rumpkernel.
gnu: hurd: Add rumpkernel.
DRAFT system: hurd: Boot with pci.arbiter and rumpdisk.
gnu/local.mk | 1 +
gnu/packages/hurd.scm | 225 +++++++++++++++++-
.../patches/rumpkernel-cross-build.patch | 153 ++++++++++++
gnu/system.scm | 25 +-
4 files changed, 394 insertions(+), 10 deletions(-)
create mode 100644 gnu/packages/patches/rumpkernel-cross-build.patch
base-commit: 555a41f31c9ec9f4344d00beb94f663b44017019
--
2.39.2
- [bug#63527] [PATCH 0/3] Initial attempt at rumpdisk support for the Hurd., Janneke Nieuwenhuizen, 2023/05/15
- [bug#63527] [PATCH 1/3] DRAFT gnu: Add rumpkernel., Janneke Nieuwenhuizen, 2023/05/15
- [bug#63527] [PATCH 2/3] gnu: hurd: Add rumpkernel., Janneke Nieuwenhuizen, 2023/05/15
- [bug#63527] [PATCH 3/3] DRAFT system: hurd: Boot with pci.arbiter and rumpdisk., Janneke Nieuwenhuizen, 2023/05/15
- [bug#63527] [PATCH v2 0/3] Initial attempt at rumpdisk support for the Hurd.,
Janneke Nieuwenhuizen <=
- [bug#63527] [PATCH v3 0/7] Rumpdisk support for the Hurd, Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 2/7] gnu: hurd: Update libpciaccess to 0.17., Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 1/7] gnu: Add libpciaccess-0.17., Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 5/7] hurd-boot: Setup pci-arbiter and rumpdisk translators., Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 4/7] gnu: hurd: Add rumpkernel., Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 6/7] services: childhurd: Bump default qemu memory to 2048MB., Janneke Nieuwenhuizen, 2023/05/18
- [bug#63527] [PATCH v3 7/7] system: hurd: Boot with pci.arbiter and rumpdisk., Janneke Nieuwenhuizen, 2023/05/18