-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: 31. maj 2005 20:01 To: ReactOS Development List Subject: [ros-dev] Rbuild question
Hi,
how can I compile a smp build?
- Hartmut
That is missing. I think I can implement it tomorrow.
Casper
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Casper Hornstrup Sent: 31. maj 2005 22:42 To: 'ReactOS Development List' Subject: RE: [ros-dev] Rbuild question
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: 31. maj 2005 20:01 To: ReactOS Development List Subject: [ros-dev] Rbuild question
Hi,
how can I compile a smp build?
- Hartmut
That is missing. I think I can implement it tomorrow.
Casper
I can build it now with CONFIG_SMP defined. I'll need to think a little more on how to implement 'make install' for MP=1. SMP support has changed much since last time I looked at it. Are there any files needed only when MP=1?
Casper
Casper Hornstrup wrote:
I can build it now with CONFIG_SMP defined. I'll need to think a little more on how to implement 'make install' for MP=1. SMP support has changed much since last time I looked at it. Are there any files needed only when MP=1?
I think the only difference is hal.dll. Halmp.dll is copied to hal.dll.
- Hartmut
Hartmut Birr wrote:
Casper Hornstrup wrote:
I can build it now with CONFIG_SMP defined. I'll need to think a little more on how to implement 'make install' for MP=1. SMP support has changed much since last time I looked at it. Are there any files needed only when MP=1?
I think the only difference is hal.dll. Halmp.dll is copied to hal.dll.
I've build the smp kernel successful. The smp kernel boots if I copy halmp.dll over hal.dll.
- Hartmut
Hartmut Birr wrote:
Hartmut Birr wrote:
Casper Hornstrup wrote:
I can build it now with CONFIG_SMP defined. I'll need to think a little more on how to implement 'make install' for MP=1. SMP support has changed much since last time I looked at it. Are there any files needed only when MP=1?
I think the only difference is hal.dll. Halmp.dll is copied to hal.dll.
I've build the smp kernel successful. The smp kernel boots if I copy halmp.dll over hal.dll.
- Hartmut
Need to add the name change in the install xml script. James