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
Large data structures like task_table should be allocated dynamically either with kmalloc or maybe preferably with dynmem since we may want to make these quite big for any real use.
The text was updated successfully, but these errors were encountered:
It might be actually impossible because for example stack frame must be readable and writable when master page table is already changed. Instead parts of it could be possible to move. Another option could be copy the TCB of an active thread to some static location and copy it back to the dynamic location when scheduler is executed.
Large data structures like task_table should be allocated dynamically either with kmalloc or maybe preferably with dynmem since we may want to make these quite big for any real use.
The text was updated successfully, but these errors were encountered: