Re: [PATCH 02/12 gnumach] Add cpu_number and cpuboot

2023-01-31 Thread Samuel Thibault
Almudena Garcia, le mar. 31 janv. 2023 22:43:39 +0100, a ecrit: > I've just noticed that cpuboot.S is my code. Ah, that one too? Please, people, make sure to track which code you are re-using, to properly account credit... > Please make an amend to add this Unfortunately git history cannot be

Re: [PATCH 02/12 gnumach] Add cpu_number and cpuboot

2023-01-31 Thread Almudena Garcia
I've just noticed that cpuboot.S is my code. Please make an amend to add this El mar, 31 ene 2023 a las 20:38, Samuel Thibault () escribió: > Applied, thanks! > > Damien Zammit, le mar. 31 janv. 2023 09:35:44 +, a ecrit: > > I addressed most of the previous review. > > MSRs are easier to set

Re: [PATCH 02/12 gnumach] Add cpu_number and cpuboot

2023-01-31 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mar. 31 janv. 2023 09:35:44 +, a ecrit: > I addressed most of the previous review. > MSRs are easier to set in asm so I have left it in. > > --- > i386/i386/cpu_number.c | 33 + > i386/i386/cpuboot.S| 164

[PATCH 02/12 gnumach] Add cpu_number and cpuboot

2023-01-31 Thread Damien Zammit
I addressed most of the previous review. MSRs are easier to set in asm so I have left it in. --- i386/i386/cpu_number.c | 33 + i386/i386/cpuboot.S| 164 + 2 files changed, 197 insertions(+) create mode 100644 i386/i386/cpu_number.c create