leos-kernel icon indicating copy to clipboard operation
leos-kernel copied to clipboard

Rest of static mutable resources are not thread-safe

Open voxelias opened this issue 4 years ago • 0 comments

While only one core is working it is not an issue, but there must be synchronization mechanism for following resources:

  • Scheduler's queue
  • Device driver's from platform's abstractions
  • MMU Kernel's address space
  • Interrupt's handlers

voxelias avatar Jun 26 '20 18:06 voxelias