Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[NTOS] A list of Misc Changes needed to boot ReactOS with SMP

Open DarkFire01 opened this issue 3 years ago • 2 comments

Purpose

This PR is mostly to get conversation going about all the small changes me and @HBelusca discovered while using ReactOS with SMP support. This is a draft as I may add more to it the coming days.

However: This isn't every problem with the multiprocessor kernel it's only the small stuff that kills the BSP when its called by the other CPUs

Proposed changes

Describe what you propose to change/add/fix with this pull request.

  • [NTOS] Swap MAXIMUM_PROCESSORS with NUMBER_POOL_LOOKASIDE_LISTS
  • [NTOS] fix timer lock data and hardcode
  • [NTOS] Increment ActiveProcessors accurately
  • [NTOS] Set SwapBusy properly for i386

DarkFire01 avatar Mar 27 '22 15:03 DarkFire01