Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    memory: Dehardcode the use of fixed memory range constants · 83377113
    Lioncash authored
    The locations of these can actually vary depending on the address space
    layout, so we shouldn't be using these when determining where to map
    memory or be using them as offsets for calculations. This keeps all the
    memory ranges flexible and malleable based off of the virtual memory
    manager instance state.
    83377113