GNU Hurd

67 readers
1 users here now

Welcome to the Unofficial community of the GNU Hurd.

Rules

founded 2 months ago
MODERATORS
1
 
 

There is no such thing as Hurd Linux. The Hurd/Mach and Linux are both entirely different kernels. I wonder how someone could allow this to be published, knowing that there is no such thing as Hurd Linux.

Asides from the article, I do think it is possible to create a Hurd Linux. The Hurd in reality is just a collection of translators that make the GNU Mach useful, like the ext2fs. If someone were to create a Linux based microkernel, it would be possible to port the Hurd to it. Now that would be a tremendous amount of rewriting to make a Hurd Linux kernel, but in theory it is possible.

2
 
 

The updated entry, by another free software supporter in Iran, reads: "This year, one of our dedicated activists organized a LibrePlanet event from within prison in Iran. Currently serving a sentence for "cyber-crimes" related to his promotion of free software, he continues to introduce the principles of software freedom to his fellow inmates. We have placed this banner to honor his resilience and the community of individuals in prison who continue to stand for technological freedom. His identity will be revealed when it is safe to do so."

3
4
5
6
 
 

The source is of course here.

7
 
 

This was the logo the Hurd used before 2000. If someone still has a screenshot of the logo displayed on the Hurd website, I would love to see it.

8
9
10
 
 

The boxes are now the wheels of the kart, so it is no longer flat and boring. There was more fine tuning, like the kart is no longer floating, and off the origin. Here is the updated kart's repo: https://codeberg.org/provectus/HurdKart. The update will become a part of the official addon once it is approved.

11
 
 

Anyone who can file issues on the atom/rss news feeders, could you please let maintainers know they're totally out of sync? The latest news they show are from 2016, the feed URLs:

https://www.gnu.org/software/hurd/index.atom https://www.gnu.org/software/hurd/index.rss

Now a days the rss one could actually be dropped, if that alleviates the burden of keeping the feeds active and maintained.

Thanks a lot if anyone can let them know and ask if that can be fixed.

12
13
 
 
14
15
 
 
16
17
 
 

Now you can just install the addon normally in STK.

18
 
 

I made a repository to upload some GNU Hurd Art here.

I also used the snow bison picture from here.

OC art by @provectus@lemmy.ml

19
 
 

Used the Hurd Boxes kart from my previous model to make a kart for STK. I uploaded it to the STK site, and now it is pending approval, so soon you may just install the addon regularly.

OC by @provectus@lemmy.ml

20
 
 

I recently designed the Boxes logo on Blender, and uploaded it to printables. I will be using this for future projects, but anyone is free to do cool things with it. Here is the url:

https://www.printables.com/model/1766245-the-boxes-logo-from-the-gnu-hurd

OC by @provectus@lemmy.ml

21
22
23
 
 

Great job to the devs who made this port possible, and are still working on it.

24
 
 

I ran this using the guide here. I never knew I was this bad at tetris until now.

OC by @provectus@lemmy.ml

25
 
 

Usually you would run GNU Guix/Hurd in a childhurd, as described here, but not all of us can to do that. I found a way to run GNU Guix/Hurd in qemu, and all you need is the qemu package.

  1. Download the latest Guix System image from https://guix.gnu.org/en/download/latest/.

  2. Convert the downloaded QCOW2 image into a raw disk image using qemu-img:

qemu-img convert -O raw /path/to/source.qcow2 /path/to/output.img

(Replace /path/to/ with the desired directory paths on your system.)

  1. Resize the image to the amount of disk space as desired. For example:

qemu-img resize hurd-system.img 30G

  1. Mount the image and resize the main partition as desired. The gnome disks tool can be used for this process, or any kind of partitioning software that supports raw images. Resize the main partition to, as an example 30gb, and write your changes.

  2. Virtualize it in qemu. We are going to use the same command as in the debian GNU/Hurd guide, but echo your image instead.

kvm -m 2G -drive file=$(echo yourimage.img),cache=writeback

  1. Your setup is complete, but I will include this as a bonus step. When you are at the login page just do login root and enter with no password.

GNU Guix integrates well with the Hurd so you can find documentation here

Note, when I did this setup, running guix pull was slow, but I think this is an issue with Guix and not specifically the GNU Hurd variant.

OC by @provectus@lemmy.ml

view more: next ›