Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-12 Thread Joshua Branson
Fair enough. I'll see if I can't try to help you in your project. Fair warning, I am a little out of my league here. Just writing plain ordinary C programs with pointers to strucks and memory management is hard for me. -- Joshua Branson Sent from Emacs and Gnus

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Samuel Thibault
Almudena Garcia, le mar. 11 août 2020 14:17:17 +0200, a ecrit: > > You can use b (break) within a git rebase session to stop at some point. > > That way you can stop before the big change, commit part of it, and use > > git rebase --continue, and let git discover that part of the big change > > is

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Almudena Garcia
Yes, It is. This is the branch. https://github.com/AlmuHS/GNUMach_SMP/tree/smp-new All commits are related with this patch. The development was long El mar., 11 ago. 2020 a las 14:30, Amos Jeffries () escribió: > On 12/08/20 12:17 am, Almudena Garcia wrote: > >> You can use b (break) within a gi

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Amos Jeffries
On 12/08/20 12:17 am, Almudena Garcia wrote: >> You can use b (break) within a git rebase session to stop at some point. >> That way you can stop before the big change, commit part of it, and use >> git rebase --continue, and let git discover that part of the big change >> is already there and drop

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Amos Jeffries
On 11/08/20 11:57 pm, Samuel Thibault wrote: > Almudena Garcia, le mar. 11 août 2020 13:45:19 +0200, a ecrit: >>> P.S.  You might be interested in using the program git send-email. >>> Apparently it makes it really easy to send in a patches series.  It's >>> actually what GNU Guix contributing guid

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Almudena Garcia
> You can use b (break) within a git rebase session to stop at some point. > That way you can stop before the big change, commit part of it, and use > git rebase --continue, and let git discover that part of the big change > is already there and drop it from the big change. But I have tons of comm

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Samuel Thibault
Almudena Garcia, le mar. 11 août 2020 13:45:19 +0200, a ecrit: > > P.S.  You might be interested in using the program git send-email. > > Apparently it makes it really easy to send in a patches series.  It's > > actually what GNU Guix contributing guidelines recommends. > My problem is that, in my

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-11 Thread Almudena Garcia
Hi! Thanks for your comments!! > P.S. You might be interested in using the program git send-email. > Apparently it makes it really easy to send in a patches series. It's > actually what GNU Guix contributing guidelines recommends. My problem is that, in my internal repository, I do many commits

Re: [PATCH] SMP initialization: detection and enumeration OFF TOPIC PRAISE

2020-08-10 Thread Joshua Branson
Almudena! Nice work on this! and Holy cow! Your English is getting fantastic! It inspires me, when I see how much you're learning on this SMP project. Keep up the good work! P.S. You might be interested in using the program git send-email. Apparently it makes it really easy to send in a pat