vault backup: 2022-09-21 12:09:30

This commit is contained in:
Jet Hughes 2022-09-21 12:09:30 +12:00
parent 96d3ae552a
commit 8a8bed92f5
3 changed files with 26 additions and 1 deletions

View File

@ -4,6 +4,9 @@ aliases:
tags:
- cosc203
- lecture
sr-due: 2022-09-24
sr-interval: 3
sr-ease: 250
---
[slides](https://blackboard.otago.ac.nz/bbcswebdav/pid-2971203-dt-content-rid-19033355_1/courses/COSC203_S2DNI_2022/COSC203_lecture10%281%29.pdf)

View File

@ -0,0 +1,22 @@
---
title: "13-OS-intro"
aliases:
tags:
- cosc204
- lecture
---
# why learn OS
- security
- optimisation
- wierd bugs
- "crown of programming"
- understand hardware better
- embedded sys and IoT
- co-design of hardware and software
# what is an OS
![big picture diagram|400](https://i.imgur.com/9O1YR0p.png)
- a program (also called OS kernel) loaded onto RAM first when pc is turned on
- OS kernel (in kernel space)

View File

@ -33,7 +33,7 @@ tags:
- [07-js-server-vs-client-side](notes/07-js-server-vs-client-side.md)
- [08-web-frameworks](notes/08-web-frameworks.md)
- [09-web-databases-networks](notes/09-web-databases-networks.md)
-
- [10-routes-controllers](notes/10-routes-controllers.md)
# Archive