cs24-21fa Project 05

Introduction to Computing Systems (Fall 2021)

Introduction

In this project, you will first implement a virtual memory abstraction in a small operating system; then, you’ll use the meltdown attack to break that abstraction on a real processor.

Project05a: weensyos

You can find the specification here.

Project05b: meltdown

You can find the specification here.