On Tue, Mar 05, 2002 at 01:18:59PM -0600, David Stroupe wrote: > What is the standard Linux memory page size? It depends :) See the PAGE_SIZE and PAGE_SHIFT macros for the different architectures. Some architectures even allow you to set this as a configuration option. Do not write code depending on a fixed page size, use the macros. thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/