mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Descriptors are now public members in processes.
This commit is contained in:
parent
412d3e78b2
commit
6ae7ddbcb3
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ namespace Sortix
|
|||
|
||||
private:
|
||||
addr_t _addrspace;
|
||||
|
||||
public:
|
||||
DescriptorTable descriptors;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue