VirtualBox

初始版本待辦事項 #19391,評語 9版本 1 之間的變動


忽略:
時間撮記:
2020-5-11 下午01:09:57 (5 年 前)
作者:
Frank Batschulat (Oracle)

圖例:

未更動
新增
刪除
修改
  • 待辦事項 #19391,評語 9

    初始 v1  
    44- Oracle Linux 8.2 starting with kernel version: '''4.18.0-193'''.el8.x86_64[[BR]]
    55- RHEL 8.2 starting with kernel version: ?
     6
     7Bascially probably anything that identifies itself as being
     8an offspring from RHEL 8.2 and following stuff after 8.2 (eg. 8.3)
     9
     10{{{
     11cat /usr/include/linux/version.h
     12#define LINUX_VERSION_CODE 266752
     13#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
     14#define RHEL_MAJOR 8
     15#define RHEL_MINOR 2
     16#define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))
     17#define RHEL_RELEASE_CODE 2050
     18#define RHEL_RELEASE "187"
     19#define KERNEL_HEADERS_CHECKSUM "59ee2375de06c07c3ddd1235199be5685530a2ce"
     20
     21$  cat /etc/redhat-release
     22CentOS Linux release 8.1.1911 (Core)
     23
     24$ cat /etc/redhat-release
     25Red Hat Enterprise Linux release 8.2 (Ootpa)
     26}}}

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette