Re: IA-32 on x86-64
From: Jan Engelhardt
Date: Sat May 20 2006 - 17:38:33 EST
>
>Does anyone know how to check if I'm running an IA-32 process on x86-64?
printf("%d\n", sizeof(void *)) should report 4 with 32-bit code.
> More importantly, how do I tell how big the user VM space is for
>current?
Find the bottom address of the stack. (This is left as an exercise.)
Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/