VirtualBox

Changes between Initial Version and Version 1 of Ticket #19391, comment 9


Ignore:
Timestamp:
05/11/2020 01:09:57 PM (3 years ago)
Author:
fbatschu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19391, comment 9

    initial 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}}} 

www.oracle.com
ContactPrivacy policyTerms of Use