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 Passed - Unit
No Test Coverage - Build Status
Buildable 155 Build 155: arc lint + arc unit
Event Timeline
sys/compat/cloudabi/cloudabi_proc.c | ||
---|---|---|
140 | 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. |