1. 28 Dec, 2018 2 commits
    • Lioncash's avatar
      kernel: Rename 'default' CPU core to 'ideal' core · f80bc712
      Lioncash authored
      This makes the naming more closely match its meaning. It's just a
      preferred core, not a required default core. This also makes the usages
      of this term consistent across the thread and process implementations.
      f80bc712
    • Lioncash's avatar
      kernel/thread: Move process thread initialization into process.cpp · 771431f6
      Lioncash authored
      This function isn't a general purpose function that should be exposed to
      everything, given it's specific to initializing the main thread for a
      Process instance.
      
      Given that, it's a tad bit more sensible to place this within
      process.cpp, which keeps it visible only to the code that actually needs
      it.
      771431f6
  2. 27 Dec, 2018 18 commits
  3. 26 Dec, 2018 10 commits
  4. 23 Dec, 2018 4 commits
  5. 22 Dec, 2018 3 commits
  6. 21 Dec, 2018 3 commits