pub const LOWEST_ALLOWED_FD: u32 = 10; // 10u32
The minimum file descriptor.
Any file descriptor must be greater than this value, otherwise the executor will panic.
This is useful for deprecating file descriptors.