What is an N-bit operating system?

link|improve this question
1  
N-2 bits better than a 2-bit operating system – Mitch Wheat Mar 9 '10 at 10:54
Related: 32-bit vs. 64-bit systems – Gnoupi Jun 4 '10 at 14:06
N is a variable indicating an arbitrary number. If you don't understand this, the below answers will not make sense. – MDMarra Jun 4 '10 at 14:06
4  
@Mitch: I had a 2 bit operating system once. It didn't do much, but it only cost a quarter. – Beska Jun 4 '10 at 14:47
feedback

migrated from stackoverflow.com Mar 9 '10 at 10:55

This question came from our site for professional and enthusiast programmers.

2 Answers

It's an operating system which uses the capabilities of an at-least-N-bit CPU, usually for register size and address space.

link|improve this answer
feedback

The operating system can process data and memory that can be addressed by 'N' bits.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown