lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 17 Sep 2006 20:10:06 -0400
From:	Rik van Riel <riel@...hat.com>
To:	yogeshwar sonawane <yogyas@...il.com>
CC:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: How much kernel memory is in 64-bit OS ?

yogeshwar sonawane wrote:
> Hi all,
> 
> We all know that in 32-bit OS, total 4GB memory space is divided in
> 3(user) + 1(kernel) space.
> 
> Similarly, what is the division/scenario in case of 64-bit OS ?

It depends on the architecture.

However, all 64 bit architectures have one thing in common.
There is so much address space available for both kernel and
userspace that we won't have to worry about a shortage for a
very long time.

Sure, people said that too when going from 16 bits to 32 bits,
but that was only a factor 2^16 difference.  This time it's the
square of the previous difference.

-- 
What is important?  What you want to be true, or what is true?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists