Skip to content

Instantly share code, notes, and snippets.

@iamlucianojr
Last active August 29, 2015 14:21
Show Gist options
  • Save iamlucianojr/360f499c0dfc85e8cfd3 to your computer and use it in GitHub Desktop.
Save iamlucianojr/360f499c0dfc85e8cfd3 to your computer and use it in GitHub Desktop.
Estudo em Sistemas operacionais
"Programa": {
"Processos": {
"definição": "Programa em execução",
"concorrencias": "Dois processos tentando gravar no mesmo arquivo"
"Escalonador": "Gerencia os processos na fila de processamento",
},
"Fork": {
"Definição": "Clona o processo"
}
"Memoria",
"Arquivos",
"I/O": {
"Polling", "Interrupção", "DMA"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment