Operating Systems 2019W Lecture 8

From Soma-notes
Revision as of 10:44, 31 January 2019 by Soma (talk | contribs) (Created page with "==Video== The video for the lecture given on January 28, 2019 [https://homeostasis.scs.carleton.ca/~soma/os-2019w/lectures/comp3000-2019w-lec08-20190130.m4v is now available]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Video

The video for the lecture given on January 28, 2019 is now available.

Notes

In Class

Lecture 8
---------
* mmap
  - file mmap
  - anonymous mmap
* filesystems
  - mounting
  - creating
  - types
  - loopback


VFS: virtual filesystem
 - abstraction between filesystem-related system calls and filesytem operations

Filesystem in a file
 - system treats bytes of a file like a "disk"
 - can then put a filesystem in it