KolibriOS / kolibrios

The official mirror of the main KolibriOS repository
245 stars 32 forks source link

SMP support preparation is required. #2

Open mkostoevr opened 1 year ago

mkostoevr commented 1 year ago

Now the system only utilizes the first system CPU, it should be able to utilize all the system. This requires a lot of preparation because kernel subsystems should be aware of multi-threading possibility to prevent data races. Also since the change is system-wide and touches a lot of subsystems, it's required to establish a strong test system to support the development process.

Tasks to perform: