Skip to content

Release v3.1

Compare
Choose a tag to compare
@hangpark hangpark released this 20 May 15:35
· 16 commits to develop since this release

Notable Changes

  • Support two system calls for memory mapped files (#134)
    • mapid_t mmap (int fd, void *addr)
    • void munmap (mapid_t mapping)
All Changes

Pintos Core

Build Configures