Process: Store kernel compatibility version during loading

This commit is contained in:
Yuri Kunde Schlesner 2015-07-19 15:18:57 -03:00
parent cdeeecf080
commit a12a30c9e0
2 changed files with 7 additions and 3 deletions

View file

@ -104,6 +104,8 @@ public:
/// processes access to specific I/O regions and device memory.
boost::container::static_vector<AddressMapping, 8> address_mappings;
ProcessFlags flags;
/// Kernel compatibility version for this process
u16 kernel_version = 0;
/// The id of this process
u32 process_id = next_process_id++;