Re: Determining Page Size on AMD64 Etch

2007-01-01 Thread Owen Heisler
On 1/1/07, Jhair Tocancipa Triana <[EMAIL PROTECTED]> wrote: Owen Heisler writes: > On 12/29/06, Matt Miller <[EMAIL PROTECTED]> wrote: >> > > see what my page size is? >> > >> > man 2 getpagesize >> >> Thanks, that helped. I wrote the following C program which >> apparently tells me that my pag

Re: Determining Page Size on AMD64 Etch

2007-01-01 Thread Jhair Tocancipa Triana
Owen Heisler writes: > On 12/29/06, Matt Miller <[EMAIL PROTECTED]> wrote: >> > > see what my page size is? >> > >> > man 2 getpagesize >> >> Thanks, that helped. I wrote the following C program which >> apparently tells me that my pagesize is 4K: >> >> #include >> #include >> >> int main ()

Re: Determining Page Size on AMD64 Etch

2006-12-31 Thread Owen Heisler
On 12/29/06, Matt Miller <[EMAIL PROTECTED]> wrote: > > see what my page size is? > > man 2 getpagesize Thanks, that helped. I wrote the following C program which apparently tells me that my pagesize is 4K: #include #include int main () { printf ("%d\n", getpagesize ()); return 0; } M

Re: Determining Page Size on AMD64 Etch

2006-12-29 Thread Matt Miller
> > see what my page size is? > > man 2 getpagesize Thanks, that helped. I wrote the following C program which apparently tells me that my pagesize is 4K: #include #include int main () { printf ("%d\n", getpagesize ()); return 0; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Determining Page Size on AMD64 Etch

2006-12-29 Thread Jhair Tocancipa Triana
Matt Miller writes: > Can I use sysctl or /proc/sys/kernel or something to see what my > page size is? My kernel is 2.6.18-3-amd64. Don't know about an entry in sysfs with that entry, but does man 2 getpagesize help? -- -- Jhair -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Determining Page Size on AMD64 Etch

2006-12-29 Thread Matt Miller
Can I use sysctl or /proc/sys/kernel or something to see what my page size is? My kernel is 2.6.18-3-amd64. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]