mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
00142bfd5a
This can be used by userspace to determine the address size of the running kernel. It frees userspace from having to interpret this information from the UTS machine field. Userspace implementation: https://github.com/util-linux/util-linux/pull/1966 Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20221221-address-bits-v1-1-8446b13244ac@weissschuh.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
What: /sys/kernel/address_bit
|
|
Date: May 2023
|
|
KernelVersion: 6.3
|
|
Contact: Thomas Weißschuh <linux@weissschuh.net>
|
|
Description:
|
|
The address size of the running kernel in bits.
|
|
|
|
Access: Read
|
|
|
|
Users: util-linux
|