blob: abe3e8232ed6af6334bda2c82489b6c5e8ef28a7 (
plain)
1
2
3
4
5
6
|
# /props/kern_ver
The `/props/kern_ver` variable is used to track NeKernel's current version in a BCD format.
- Use it to track the current's NeKernel version, in order to adapt your drivers to it.
- It is also useful to keep track of it, for other purposes (bug tracking, development of new features)
|