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
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 ()
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
> > 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
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
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]
6 matches
Mail list logo