sysctl -d kern.features.cloudabi
kern.features.cloudabi: CloudABI 32bit support
sysctl -d kern.features.cloudabi64
kern.features.cloudabi64: CloudABI 64bit support
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/cloudabi/cloudabi_proc.c | ||
---|---|---|
140 ↗ | (On Diff #8062) | Please don't do this. :-) The cloudabi module on its own does nothing special. It merely means that code that does not depend on the pointer size at all has been loaded. 32-bit support would need to be added through a kernel module cloudabi32. |