1. 07 Sep, 2018 1 commit
    • Lioncash's avatar
      core: Migrate current_process pointer to the kernel · 3f17fe71
      Lioncash authored
      Given we now have the kernel as a class, it doesn't make sense to keep
      the current process pointer within the System class, as processes are
      related to the kernel.
      
      This also gets rid of a subtle case where memory wouldn't be freed on
      core shutdown, as the current_process pointer would never be reset,
      causing the pointed to contents to continue to live.
      3f17fe71
  2. 06 Sep, 2018 24 commits
  3. 05 Sep, 2018 9 commits
  4. 04 Sep, 2018 6 commits