Re: [PATCH 1/2 gnumach] Add HPET timer for small accurate delays

2024-02-02 Thread Samuel Thibault
Damien Zammit, le ven. 02 févr. 2024 06:39:57 +, a ecrit: > diff --git a/i386/i386/apic.c b/i386/i386/apic.c > index 0cf7c37c..e3d53ce3 100644 > --- a/i386/i386/apic.c > +++ b/i386/i386/apic.c > @@ -26,6 +26,9 @@ > #include > #include > > +uint32_t hpet_period_nsec; > + > +extern uint32_t

Re: [PATCH 2/2 gnumach] smp: Use HPET instead of unreliable pit one-shot

2024-02-02 Thread Samuel Thibault
Hello, Damien Zammit, le ven. 02 févr. 2024 06:40:04 +, a ecrit: > --- > i386/i386/smp.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/i386/i386/smp.c b/i386/i386/smp.c > index fb43ecb6..87f59913 100644 > --- a/i386/i386/smp.c > +++ b/i386/i386/smp.c > @@ -1

Re: [PATCH] improve mig building guide

2024-02-02 Thread Samuel Thibault
Pasha (biblio), le ven. 02 févr. 2024 18:26:05 +0100, a ecrit: > From: "pasha (biblio)" > > --- > microkernel/mach/mig/gnu_mig/building.mdwn | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn > b/microkernel/mach

Re: [PATCH] improve mig building guide

2024-02-02 Thread Samuel Thibault
Hello, Pasha (biblio), le ven. 02 févr. 2024 18:26:05 +0100, a ecrit: > @@ -93,6 +93,11 @@ Build and install the Mach Interface Generator into _$GNU_ > (i.e. _~/gnu/_ in our > > $ make all install > > +In case of --target 32-bit, mig might be installed as i686-(linux)-gnu-mig. > Create

[PATCH] improve mig building guide

2024-02-02 Thread Pasha (biblio)
From: "pasha (biblio)" --- microkernel/mach/mig/gnu_mig/building.mdwn | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn index f335aa73..8f919aa7 100644 --- a/microkernel/ma