hi list! is there a way to build a libc.a that only uses "int $0x80" to enter the kernel, and not use the sysenter mechanism ? I found out that I386_USE_SYSENTER controls it, but didn't find a way to control I386_USE_SYSENTER properly (as a user. I can always change the source but i'm not sure it's good). thank you metuki