CURRENT PATH:
/
proc
/
self
/
root
/
usr
/
include
/
linux
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
version.h
#define LINUX_VERSION_CODE 331264 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) #define LINUX_VERSION_MAJOR 5 #define LINUX_VERSION_PATCHLEVEL 14 #define LINUX_VERSION_SUBLEVEL 0 #define RHEL_MAJOR 9 #define RHEL_MINOR 7 #define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b)) #define RHEL_RELEASE_CODE 2311 #define RHEL_RELEASE "611.38.1"
SIMPAN
BATAL