Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions content/io/exercises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Exercises"
subtitle: "Check your knowledge before section"
---

## Conceptual Review

1. Question

:::{note} Solution
:class: dropdown

Solution

<!--See: [Lecture 2 Slide 13](https://docs.google.com/presentation/d/1dmCk2fZz-P8VedzAXnVmJiYPKszVka5NKmTuLJ6hqZc/edit?slide=id.g2af3b38b3e2_1_154#slide=id.g2af3b38b3e2_1_154)-->
:::

## Short Exercises

1. **True/False**:

:::{note} Solution
:class: dropdown
**True.** Explanation
:::
19 changes: 19 additions & 0 deletions content/io/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "I/O Devices"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/RwF5xnx5Bxo
:width: 100%
:title: "[CS61C FA20] Lecture 31.1 - I/O: I/O Devices"
:::

::::
19 changes: 19 additions & 0 deletions content/io/io-dma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "DMA"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/AyohCIDXjhg
:width: 100%
:title: "[CS61C FA20] Lecture 31.4 - I/O: DMA"
:::

::::
19 changes: 19 additions & 0 deletions content/io/io-interrupts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "I/O Interrupts"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/742FE56AIoA
:width: 100%
:title: "[CS61C FA20] Lecture 31.3 - I/O: I/O Interrupts"
:::

::::
19 changes: 19 additions & 0 deletions content/io/io-networking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Networking"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/f15aji-T0Iw
:width: 100%
:title: "[CS61C FA20] Lecture 31.5 - I/O: Networking"
:::

::::
19 changes: 19 additions & 0 deletions content/io/io-polling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "I/O Polling"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/YAGUDlm4Vpw
:width: 100%
:title: "[CS61C FA20] Lecture 31.2 - I/O: I/O Polling"
:::

::::
6 changes: 6 additions & 0 deletions content/io/summary-precheck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Precheck Summary"
---

## To Review$\dots$

14 changes: 14 additions & 0 deletions content/io/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Summary"
---

## And in Conclusion$\dots$



## Textbook Readings



## Additional References

25 changes: 25 additions & 0 deletions content/os-intro/exercises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Exercises"
subtitle: "Check your knowledge before section"
---

## Conceptual Review

1. Question

:::{note} Solution
:class: dropdown

Solution

<!--See: [Lecture 2 Slide 13](https://docs.google.com/presentation/d/1dmCk2fZz-P8VedzAXnVmJiYPKszVka5NKmTuLJ6hqZc/edit?slide=id.g2af3b38b3e2_1_154#slide=id.g2af3b38b3e2_1_154)-->
:::

## Short Exercises

1. **True/False**:

:::{note} Solution
:class: dropdown
**True.** Explanation
:::
19 changes: 19 additions & 0 deletions content/os-intro/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Intro"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/wyIVDnsG8g0
:width: 100%
:title: "[CS61C FA20] Lecture 28.1 - OS & Virtual Memory Intro: Intro"
:::

::::
19 changes: 19 additions & 0 deletions content/os-intro/os-intro-basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Operating System Basics"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/1mZ-ztcwbZk
:width: 100%
:title: "[CS61C FA20] Lecture 28.2 - OS & Virtual Memory Intro: Operating System Basics"
:::

::::
19 changes: 19 additions & 0 deletions content/os-intro/os-intro-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Operating System Functions"
subtitle: TODO
---

## Learning Outcomes

* TODO
* TODO

::::{note} 🎥 Lecture Video
:class: dropdown

:::{iframe} https://www.youtube.com/embed/NeGAhZzmCVg
:width: 100%
:title: "[CS61C FA20] Lecture 28.3 - OS & Virtual Memory Intro: Operating System Functions"
:::

::::
6 changes: 6 additions & 0 deletions content/os-intro/summary-precheck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Precheck Summary"
---

## To Review$\dots$

14 changes: 14 additions & 0 deletions content/os-intro/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Summary"
---

## And in Conclusion$\dots$



## Textbook Readings



## Additional References

18 changes: 18 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,24 @@ project:
- file: content/c-generics/index.md
- file: content/c-generics/fn-ptr-example.md
- file: content/c-generics/generics.md
- title: "L37 OS & Virtual Memory Intro"
children:
- file: content/os-intro/index.md
- file: content/os-intro/os-intro-basics.md
- file: content/os-intro/os-intro-functions.md
- file: content/os-intro/summary.md
- file: content/os-intro/summary-precheck.md
- file: content/os-intro/exercises.md
- title: "L00 I/O"
children:
- file: content/io/index.md
- file: content/io/io-polling.md
- file: content/io/io-interrupts.md
- file: content/io/io-dma.md
- file: content/io/io-networking.md
- file: content/io/summary.md
- file: content/io/summary-precheck.md
- file: content/io/exercises.md
- title: "Miscellaneous"
children:
- file: content/misc/unit-prefixes.md
Expand Down