Difference between revisions of "Operating Systems 2019W Lecture 8"

From Soma-notes
Jump to navigation Jump to search
(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]...")
 
(No difference)

Latest revision as of 10:44, 31 January 2019

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