Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: August 13, 2025, 1:57 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can an 32-bit OS run on multiple 64-bit CPU cores?
#1
Can an 32-bit OS run on multiple 64-bit CPU cores?
Hey, guys!

So, I've tried to implement a MergeSort algorithm in standard C++11 that will run on as many CPU cores simultaneously as it can. You can see the source code here. However, I've noticed that if I run that program on 32-bit Windows 10 on my laptop (I have 32-bit Windows 10 and 64-bit Oracle Linux), here is the 32-bit Windows executable, it always claims to be running in a single thread. On the other hand, if I run it on 64-bit Linux on that same computer, it usually claims to run in 15 threads. What do you think is going on here? The processor in my laptop is Intel Core i5, 8th Generation. I know that running a 32-bit OS prevents the modern processor from using some registers, but I fail to see how it can possibly prevent it from using multiple CPU cores. The OS, these days, usually detects other CPU cores using ACPI, and it obviously shouldn't matter if the OS is 64-bit or 32-bit. But, apparently, it somehow does.
Reply



Messages In This Thread
Can an 32-bit OS run on multiple 64-bit CPU cores? - by FlatAssembler - March 1, 2020 at 2:32 pm

Possibly Related Threads...
Thread Author Replies Views Last Post
  Maximum CPU temperature? zebo-the-fat 17 2703 April 12, 2025 at 6:34 am
Last Post: zebo-the-fat
  CPU/CPU Fan speed. Goosebump 5 1287 February 27, 2022 at 2:19 pm
Last Post: Deesse23
  Bit coin paulpablo 56 8386 May 27, 2021 at 6:31 pm
Last Post: BrianSoddingBoru4
  Does anyone know the bandwidth of the Switch and Wii U CPU's? Mechaghostman2 1 722 March 11, 2020 at 9:08 am
Last Post: Abaddon_ire
  Anybody ever run Windows 10 on server hardware? popeyespappy 1 954 November 6, 2019 at 11:58 pm
Last Post: Jackalope
  [Serious] Multiple Sclerosis Map: my latest web project WinterHold 22 4941 October 4, 2019 at 10:02 am
Last Post: WinterHold
  Anyone Here Done Over-Clocking a CPU? AFTT47 22 5813 April 8, 2019 at 11:05 pm
Last Post: Angrboda
  Getting a Windows 98 game to run on modern windows vulcanlogician 23 4482 January 19, 2019 at 7:09 am
Last Post: LastPoet
  Is anyone familliar with the Ferrite cores? rado84 12 1842 January 6, 2018 at 9:55 am
Last Post: rado84
  What is a normal CPU range for total usage? Brian37 9 2856 December 25, 2013 at 12:53 pm
Last Post: Angrboda



Users browsing this thread: 1 Guest(s)