[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Curiosity: Microkernel implemented in Guile ?
From: |
Dr. Arne Babenhauserheide |
Subject: |
Re: Curiosity: Microkernel implemented in Guile ? |
Date: |
Fri, 24 Jun 2022 23:24:34 +0200 |
User-agent: |
mu4e 1.6.11; emacs 28.1 |
Ognen Duzlevski <maketo@sdf.org> writes:
> I considered embedding a scheme interpreter into a kernel for fun (!)
> but even then (non-commercial interest), I only thought of kernels that
> are actually used by others ;)
There actually are people using the Hurd. Not many, but some. And with
Guix, the hurd is just a service definition away:
(services (append
(list
; login to temporary hurd-vm via sudo herd start childhurd && ssh
root@localhost -p 10022
(service hurd-vm-service-type
(hurd-vm-configuration
(options '("--snapshot" "-cpu host"))
(disk-size (* 30 (expt 2 30))) ;30G
(memory-size 8192))) ;8192MiB
;; ... other services ...
)))
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
- Re: Curiosity: Microkernel implemented in Guile ?, (continued)
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/24
- Re: Curiosity: Microkernel implemented in Guile ?, Jean Abou Samra, 2022/06/25
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Ricardo Wurmus, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Dr. Arne Babenhauserheide, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Jean Abou Samra, 2022/06/28
- Re: Curiosity: Microkernel implemented in Guile ?, Nala Ginrut, 2022/06/26
- Re: Curiosity: Microkernel implemented in Guile ?, Jean Abou Samra, 2022/06/28
- Re: Curiosity: Microkernel implemented in Guile ?, Nala Ginrut, 2022/06/24
- Re: Curiosity: Microkernel implemented in Guile ?, Ognen Duzlevski, 2022/06/23
- Re: Curiosity: Microkernel implemented in Guile ?,
Dr. Arne Babenhauserheide <=
Re: Curiosity: Microkernel implemented in Guile ?, Ognen Duzlevski, 2022/06/23
Re: Curiosity: Microkernel implemented in Guile ?, zimoun, 2022/06/23