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
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
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
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
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