mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-09-21 12:09:30
This commit is contained in:
parent
96d3ae552a
commit
8a8bed92f5
@ -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)
|
||||
|
||||
22
content/notes/13-OS-intro.md
Normal file
22
content/notes/13-OS-intro.md
Normal 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
|
||||

|
||||
- a program (also called OS kernel) loaded onto RAM first when pc is turned on
|
||||
- OS kernel (in kernel space)
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user