1. 28 Dec, 2018 4 commits
    • bunnei's avatar
      Merge pull request #1954 from lioncash/npdm · 19bfbb28
      bunnei authored
      file_sys/program_metadata: Print out more descriptive address space descriptions
      19bfbb28
    • bunnei's avatar
      Merge pull request #1953 from lioncash/mem · 357bc956
      bunnei authored
      kernel/process: Remove most allocation functions from Process' interface
      357bc956
    • Lioncash's avatar
      file_sys/program_metadata: Print out more descriptive address space descriptions · 9aa68212
      Lioncash authored
      Provides extra information that makes it easier to tell if an executable
      being run is using a 36-bit address space or a 39-bit address space.
      While we don't support AArch32 executables yet, this also puts in
      distinguishing information for the 32-bit address space types as well.
      9aa68212
    • Lioncash's avatar
      kernel/process: Remove most allocation functions from Process' interface · fbeaa330
      Lioncash authored
      In all cases that these functions are needed, the VMManager can just be
      retrieved and used instead of providing the same functions in Process'
      interface.
      
      This also makes it a little nicer dependency-wise, since it gets rid of
      cases where the VMManager interface was being used, and then switched
      over to using the interface for a Process instance. Instead, it makes
      all accesses uniform and uses the VMManager instance for all necessary
      tasks.
      
      All the basic memory mapping functions did was forward to the Process'
      VMManager instance anyways.
      fbeaa330
  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 1 commit