mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
22 lines
422 B
Markdown
22 lines
422 B
Markdown
---
|
|
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) |