Thanks, This solve my problem.
https://github.com/AlmuHS/GNUMach_SMP/
Now I will can continue with my SMP work :-)
El lun., 31 dic. 2018 a las 2:26, Almudena Garcia (<
liberamenso10...@gmail.com>) escribió:
>
>
> El dom., 30 dic. 2018 a las 22:36, Samuel Thibault (<
> samuel.thiba...@gnu.org>) e
El dom., 30 dic. 2018 a las 22:36, Samuel Thibault ()
escribió:
> Hello,
>
> Almudena Garcia, le lun. 24 déc. 2018 00:37:42 +0100, a ecrit:
> > I tried with a clean compillation from original gnumach sources, and
> this step
> > runs well. But, in my fork, It crashes.
>
> This was indeed fixed in
Hello,
Svante Signell, le sam. 22 déc. 2018 13:07:37 +0100, a ecrit:
> diskfs_S_file_lock (struct protid *cred, int flags)
> {
...
> + /* XXX: Fix for flock(2) calling fcntl(2) */
> + if ((openstat & O_RDONLY) && !(openstat & O_WRONLY)) openstat |= O_WRONLY;
> + if (!(openstat & O_RDONLY) &&
Hello,
Joshua Branson, le mer. 19 déc. 2018 15:45:44 -0500, a ecrit:
> This week I fixed a typo and I added some information on the from the
> open issues 64-bit page from the faq page.
Applied, thanks! Except
> +**What is left for initial support (32-on-64) is**
>
> - * adding 64bit boot sup
Hello,
Almudena Garcia, le lun. 24 déc. 2018 00:37:42 +0100, a ecrit:
> I tried with a clean compillation from original gnumach sources, and this step
> runs well. But, in my fork, It crashes.
This was indeed fixed in the master branch. You need to pull from it to
get the fix.
Samuel