You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're creating I/O registers with Read/Write rights since they have to be writable/readable by code (bios for example).
We should maybe investigate a smarter access control, depending on which section of code is executing (bios/user code, etc)
The text was updated successfully, but these errors were encountered:
Right now we're creating I/O registers with Read/Write rights since they have to be writable/readable by code (bios for example).
We should maybe investigate a smarter access control, depending on which section of code is executing (bios/user code, etc)
The text was updated successfully, but these errors were encountered: