logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

version.h (97B)


  1. #define LINUX_VERSION_CODE 396288
  2. #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))