kernel/process_capability: Handle kernel version capability flags

This commit is contained in:
Lioncash
2018-12-19 21:28:44 -05:00
parent 010bc677f3
commit e0e84aede0
2 changed files with 18 additions and 1 deletions

View File

@ -155,6 +155,11 @@ public:
return program_type;
}
/// Gets the kernel version value.
u32 GetKernelVersion() const {
return kernel_version;
}
private:
/// Attempts to parse a given sequence of capability descriptors.
///