-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (46 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
53 lines (46 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
INHERIT: active-handout.yml
site_name: Sistemas Hardware-Software - 2026/1
extra:
custom_variables:
repo_aps: https://github.com/Insper/SistemasHardwareSoftware/
repo_aps_git: https://github.com/Insper/SistemasHardwareSoftware.git
extra_javascript:
- js/tabs.js
- js/termynal.js
- js/custom.js
extra_css:
- css/termynal.css
nav:
- 'Home': index.md
- sobre.md
- entregas.md
- Aulas:
- "01 - Inteiros na CPU": aulas/01-inteiros/index.md
- "02 - Representação de dados em RAM": aulas/02-ram/index.md
- "03 - Arquitetura x86-64": aulas/03-arquitetura-x86/index.md
- "04 - Funções": aulas/04-funcoes-mov/index.md
- "05 - Condicionais": aulas/05-condicionais/index.md
- "06 - Condicionais e funções": aulas/06-condicionais-funcoes/index.md
- "07 - Loops": aulas/07-loops/index.md
- "08 - Variáveis locais": aulas/08-variaveis-locais/index.md
- "09 - Array em Assembly": aulas/09-arrays/index.md
- "10 - Revisão": aulas/10-revisao/index.md
- "11 - Alocação Dinâmica de Memória": aulas/11-malloc/index.md
- "12 - Tipos abstratos de dados": aulas/12-tipos-de-dados/index.md
- "13 - Processos": aulas/13-processos/index.md
- "14 - Carregamento de programas": aulas/14-exec/index.md
- "15 - Entrada/Saída": aulas/15-entrada-saida/index.md
- "16 - Enviando sinais": aulas/16-sinais-I/index.md
- "17 - Capturando sinais": aulas/17-sinais-II/index.md
- "18 - Concorrência e Threads": aulas/18-threads-I/index.md
- "19 - Sincronização com Mutex": aulas/19-sincronizacao/index.md
- "20 - Semáforos": aulas/20-semaforos/index.md
- "21 - Semáforos II": aulas/21-semaforos-II/index.md
- "22 - Questões de revisão": aulas/22-questoes-de-revisao/index.md
- Labs:
- "Hackerlab": labs/hackerlab.md
- "Lab processos": labs/processos.md
- Referências e links:
- "Dicas e links": dicas/DicasLinks.md
- "Configuração github": dicas/github.md
- "Linux: Instalação e configuração": dicas/linux.md