From: Lawrence D'Oliveiro <ldo@nz.invalid>
Subject: Re: Ironclad, the hard-Real Time capable POSIX-like kernel written in SPARK/Ada, received an nlnet grant
Date: Sun, 6 Oct 2024 21:25:38 -0000 (UTC) [thread overview]
Message-ID: <vduv8h$1cb85$2@dont-email.me> (raw)
In-Reply-To: vdu4om$t3r$1@rasp.pasdenom.info
On Sun, 6 Oct 2024 15:53:25 +0200, DrPi wrote:
> Le 06/10/2024 à 01:10, Lawrence D'Oliveiro a écrit :
>>
>> On Sat, 5 Oct 2024 18:24:39 +0200, DrPi wrote:
>>
>>> You should try QNX.
>>
>> Was that used in any high-performance situation?
>
> Sure. QNX is designed for hard real time.
Not the same thing. “Hard real time” does not imply “high performance”.
Ask the folks working on the very subject of this thread.
Is the QNX “microkernel” similar in style to the old Amiga “microkernel”?
That is, instead of copying message buffers around, it just passed around
pointers to those message buffers? That would give you speed, but
sacrifice much of the robustness that a microkernel is supposed to offer.
>> Linux has supported loadable modules for maybe 30 years now.
>
> Yes, they exist but they are some sort of exception.
No they are not. They typically make up the majority of the kernel.
Looking at my current kernel, the base kernel file is less than 10MB in
size, whereas the directory containing loadable modules for that kernel is
about 10× that.
Of course, this is your choice; some prefer to build all the options they
need into a single monolithic image, for faster loading. Linux is all
about having the choice.
> And when time comes to debugging a kernel driver...
Hurd should have found that easy to do, if microkernels really make things
easy to do. But it didn’t.
prev parent reply other threads:[~2024-10-06 21:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 17:38 Ironclad, the hard-Real Time capable POSIX-like kernel written in SPARK/Ada, received an nlnet grant Fernando Oleo / Irvise
2024-10-03 22:12 ` Lawrence D'Oliveiro
2024-10-04 10:28 ` Luke A. Guest
2024-10-04 16:56 ` Fernando Oleo / Irvise
2024-10-04 20:04 ` Lawrence D'Oliveiro
2024-10-04 19:52 ` Kevin Chadwick
2024-10-04 20:05 ` Lawrence D'Oliveiro
2024-10-04 22:19 ` Luke A. Guest
2024-10-04 23:55 ` Paul Rubin
2024-10-05 8:11 ` Lawrence D'Oliveiro
2024-10-05 10:47 ` Luke A. Guest
2024-10-05 23:08 ` Lawrence D'Oliveiro
2024-10-05 16:24 ` DrPi
2024-10-05 16:27 ` Luke A. Guest
2024-10-05 23:10 ` Lawrence D'Oliveiro
2024-10-06 13:53 ` DrPi
2024-10-06 14:19 ` DrPi
2024-10-06 21:29 ` Lawrence D'Oliveiro
2024-10-07 15:56 ` Nioclásán Caileán de Ghlostéir
2024-10-06 19:46 ` Luke A. Guest
2024-10-06 21:30 ` Lawrence D'Oliveiro
2024-10-06 23:02 ` Luke A. Guest
2024-10-06 23:48 ` Lawrence D'Oliveiro
2024-10-07 8:21 ` Luke A. Guest
2024-10-07 9:33 ` Luke A. Guest
2024-10-07 20:30 ` Lawrence D'Oliveiro
2024-10-07 20:47 ` Luke A. Guest
2024-10-11 23:25 ` Lawrence D'Oliveiro
2024-10-07 8:22 ` Luke A. Guest
2024-10-07 10:25 ` Chris Townley
2024-10-07 14:13 ` Luke A. Guest
2024-10-06 21:25 ` Lawrence D'Oliveiro [this message]
replies disabled
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox