Lecture: Virtual memory

Preparation

Questions

Paging

Demos in JOS

volatile char *p = (volatile char *)0xcafebeef;
printf("XXX: %x\n", *p);