Jump to content
9 minutes ago, conowizard said:

what is the advantages of having a 64 bit os as opposed to having a 32 bit os?

64 bit windows can run 64 bit software and 32 bit software with an emulation layer.

32 bit windows can run 32 bit software and 16 bit software with an emulation layer.

 

64 bit operations on x86_64 (the architecture used by desktop PCs) are potentially more efficient due to having more registers to work with.

 

64 bit systems can work with higher precision values without sacrificing performance.

 

32 bit applications and drivers are smaller than 64 bit drivers and use slightly less storage space and RAM. (Useful for devices with only 1-2GB of RAM)

 

Specific to x86_64 are also some security and virtualization features that are only available with a 64 bit OS.

Link to comment
https://linustechtips.com/topic/920684-32-bit-vs-64-bit/#findComment-11281911
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×