Applied, thanks!
Flavio Cruz, le mar. 22 nov. 2022 23:46:31 -0500, a ecrit:
> The new interfaces will be compatible both with a 64 bits kernel and
> userland and 64 bits kernel and 32 bit userland. Also removed many
> of the uses of natural_t where an unsigned int suffices. Ideally we
> should rep
The new interfaces will be compatible both with a 64 bits kernel and
userland and 64 bits kernel and 32 bit userland. Also removed many
of the uses of natural_t where an unsigned int suffices. Ideally we
should replace natural_t with something more portable such as uintptr_t
or a basic int type for