0

I mean, which file and what's the offset into the file?

The page fault handler need to copy 4K bytes from there into the physical RAM.

----------------------EDIT----------------------------

I found out that vm_file in vm_area_struct was just what I was looking for.

xiaokaoy
  • 1,608
  • 3
  • 15
  • 27

1 Answers1

0

I found out that vm_file in vm_area_struct was just what I was looking for. – xiaokaoy

Armali
  • 18,255
  • 14
  • 57
  • 171