Page Index - JulTob/OperatingSystems GitHub Wiki
61 page(s) in this GitHub Wiki:
- Home
- ۞ Operating Systems
- ۞ Sistemas Operativos:
- 🙎User🙍 >> ۞SO۞ >> 💻Computer💻
- System View:
- Event>> Interrupt (HW V SW)
- CPU>> Interrupt Vector [Addresses]
- Services
- Ω Hardware:
- ⌘ Central Processing Unit (CPU)
- ⋃ Memoria
- ≷ Input/Output devices (I/O)
- ⎚ User View:
- 💻 PC
- Ease Of Use
- > performance
- < resource utilization
- Single user experience
- 🖥️ Mainframe/Minicomputer:
- Same computer with terminals
- Shared resources and information
- >resource utilization
- 📇 Workstation - Servers
- ࿊࿋࿌
- 0. ۞ What is an OS?
- 0.1 Get Environment Data
- 0.2. Design Principles
- 1. Processes
- 1.0.1 Process execution mode
- 1.0.2 Process Execution
- 1.0.3 Process Lifecycle
- 1.0.3.1 Process Creation.
- 1.1 Fork a new Thread
- 1.1.1 Coordination (Wait)
- 1.1.2. Mutex
- 1.2. Execute
- 1.2. Terminate
- 2. Memory Management
- 2.1. Context
- 2.2 Virtual Memory
- 3. 🖱 Sistema de entrada salida
- 3.1. Input as cat
- 4. 🗂 Sistema de ficheros
- 4.1. Open
- 4.1.1 Close
- 4.2 Read
- 4.3 Write
- 4.4 lseek
- 5. 🗝 Sistema de seguridad y protección
- 6. Arquitectura del sistema operativo
- 6.1 Sistemas operativos monolíticos
- 6.1.1 Sistemas modulares
- 6.2 Sistemas por capas
- 6.3 Micronúcleos
- 6.4 Micronúcleos vs monolíticos
- 6.5 Exonúcleos
- 6.6 Virtualización
- 7. Scheduling
- 8. Process Communication
- 9. Threads
- X.P.2 Ejercicios Prácticos 2