Changes 2024-03-01

Kernel-v2 Prototype

Module Memory

  • Added procedure to reset the main stack to get clean stack traces with run-time errors in interrupt handlers.
  • Memory.mod

Module Kernel (v1)

  • Simplified loop (scheduling) algorithm regarding putting threads on ready-queue.
  • Kernel.mod

Module Messages

  • Fixed a defect where the wrong buffer was used.
  • Improved messaging handler thread to not send unnecessary signals upon message reception.
  • Messages.mod

Several Modules

  • Improved comments and formatting.