Skip to content
Snippets Groups Projects
  1. Dec 28, 2018
    • 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. Dec 27, 2018
  3. Dec 26, 2018
  4. Dec 23, 2018
  5. Dec 22, 2018
  6. Dec 21, 2018
Loading