Skip to content
  • Philippe Gerum's avatar
    cobalt/posix/process: fix mayday mapping denial on NOMMU · ac450df2
    Philippe Gerum authored
    Until we stop backing /dev/mem with the mayday page, we can't ask for
    PROT_EXEC on NOMMU, since the former does not define mmap
    capabilities, and default ones won't allow an executable mapping with
    MAP_SHARED. In the NOMMU case, this is (currently) not an issue for
    implementing the MAYDAY support.
    ac450df2