├── Capitulos.md ├── Concurrencia ├── API-Hilos.md ├── Candados.md └── Introduccion.md ├── Imagenes ├── 64KB-divided.png ├── AD64BYTES.png ├── AddressSpace16KB.png ├── DelProgramaAlProceso.png ├── EstadosProcesos.png ├── FIFO-not-great.png ├── FIFO-simple-example.png ├── HybridVirtualAddress.png ├── MIPSTLB.png ├── MLFQ-example.png ├── Multi-ThreadAS.png ├── NoPossibleIndex.png ├── PGIndex.png ├── PTIndex.png ├── PageDirectory.png ├── PageDirectoryEg.png ├── PageTableAS16Kb.png ├── PossibleIndex.png ├── RoundRobin.png ├── SJF-again.png ├── SJF-late-arrival.png ├── SJF-simple-example.png ├── STCF-simple-example.png ├── TLB-algorithm.png ├── ThreadProblem.png ├── TradeTrace1.png ├── TradeTrace2.png ├── TradeTrace3.png ├── address-space.png ├── address-space2.png ├── address-space3.png ├── address-tranlation-paging.png ├── along-came.png ├── array-on-memory.png ├── compacted-memory.png ├── different-time.png ├── external-fragmentation.png ├── free-list-1.png ├── free-list-2.png ├── free-list-3.png ├── free-list-fragmented.png ├── free-list.png ├── free-list2.png ├── free-list3.png ├── free-list4.png ├── free-used.png ├── gaming-tolerance.png ├── header.png ├── heap-assumed.png ├── heap-free.png ├── heap-one-alloc.png ├── heap-three-allocs.png ├── heap-two-alloc.png ├── memory-128.png ├── memory-trace.png ├── memory.png ├── mixed-process.png ├── overlap.png ├── page-table-entry.png ├── page-table-kernel.png ├── paging-example.png ├── placing-segments.png ├── poor-use-resources.png ├── priority-boost.png ├── proceso-largo.png ├── protection-values.png ├── realocated-process.png ├── segment-offset.png ├── sharing-memory.png ├── specific-header.png └── summary.png ├── Introduccion └── Introduccion.md ├── README.md └── Virtualizacion ├── API-de-procesos.md ├── API-memoria.md ├── Ejecucion-directa.md ├── Espacio-direcciones.md ├── Espacio-libre.md ├── Paginacion-Multinivel.md ├── Paginacion.md ├── Planificacion.md ├── Planificador-multinivel.md ├── Procesos.md ├── Segmentacion.md ├── TLBs.md └── Traduccion-direcciones.md /Capitulos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Capitulos.md -------------------------------------------------------------------------------- /Concurrencia/API-Hilos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Concurrencia/API-Hilos.md -------------------------------------------------------------------------------- /Concurrencia/Candados.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Concurrencia/Candados.md -------------------------------------------------------------------------------- /Concurrencia/Introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Concurrencia/Introduccion.md -------------------------------------------------------------------------------- /Imagenes/64KB-divided.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/64KB-divided.png -------------------------------------------------------------------------------- /Imagenes/AD64BYTES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/AD64BYTES.png -------------------------------------------------------------------------------- /Imagenes/AddressSpace16KB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/AddressSpace16KB.png -------------------------------------------------------------------------------- /Imagenes/DelProgramaAlProceso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/DelProgramaAlProceso.png -------------------------------------------------------------------------------- /Imagenes/EstadosProcesos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/EstadosProcesos.png -------------------------------------------------------------------------------- /Imagenes/FIFO-not-great.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/FIFO-not-great.png -------------------------------------------------------------------------------- /Imagenes/FIFO-simple-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/FIFO-simple-example.png -------------------------------------------------------------------------------- /Imagenes/HybridVirtualAddress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/HybridVirtualAddress.png -------------------------------------------------------------------------------- /Imagenes/MIPSTLB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/MIPSTLB.png -------------------------------------------------------------------------------- /Imagenes/MLFQ-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/MLFQ-example.png -------------------------------------------------------------------------------- /Imagenes/Multi-ThreadAS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/Multi-ThreadAS.png -------------------------------------------------------------------------------- /Imagenes/NoPossibleIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/NoPossibleIndex.png -------------------------------------------------------------------------------- /Imagenes/PGIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PGIndex.png -------------------------------------------------------------------------------- /Imagenes/PTIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PTIndex.png -------------------------------------------------------------------------------- /Imagenes/PageDirectory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PageDirectory.png -------------------------------------------------------------------------------- /Imagenes/PageDirectoryEg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PageDirectoryEg.png -------------------------------------------------------------------------------- /Imagenes/PageTableAS16Kb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PageTableAS16Kb.png -------------------------------------------------------------------------------- /Imagenes/PossibleIndex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/PossibleIndex.png -------------------------------------------------------------------------------- /Imagenes/RoundRobin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/RoundRobin.png -------------------------------------------------------------------------------- /Imagenes/SJF-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/SJF-again.png -------------------------------------------------------------------------------- /Imagenes/SJF-late-arrival.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/SJF-late-arrival.png -------------------------------------------------------------------------------- /Imagenes/SJF-simple-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/SJF-simple-example.png -------------------------------------------------------------------------------- /Imagenes/STCF-simple-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/STCF-simple-example.png -------------------------------------------------------------------------------- /Imagenes/TLB-algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/TLB-algorithm.png -------------------------------------------------------------------------------- /Imagenes/ThreadProblem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/ThreadProblem.png -------------------------------------------------------------------------------- /Imagenes/TradeTrace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/TradeTrace1.png -------------------------------------------------------------------------------- /Imagenes/TradeTrace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/TradeTrace2.png -------------------------------------------------------------------------------- /Imagenes/TradeTrace3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/TradeTrace3.png -------------------------------------------------------------------------------- /Imagenes/address-space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/address-space.png -------------------------------------------------------------------------------- /Imagenes/address-space2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/address-space2.png -------------------------------------------------------------------------------- /Imagenes/address-space3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/address-space3.png -------------------------------------------------------------------------------- /Imagenes/address-tranlation-paging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/address-tranlation-paging.png -------------------------------------------------------------------------------- /Imagenes/along-came.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/along-came.png -------------------------------------------------------------------------------- /Imagenes/array-on-memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/array-on-memory.png -------------------------------------------------------------------------------- /Imagenes/compacted-memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/compacted-memory.png -------------------------------------------------------------------------------- /Imagenes/different-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/different-time.png -------------------------------------------------------------------------------- /Imagenes/external-fragmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/external-fragmentation.png -------------------------------------------------------------------------------- /Imagenes/free-list-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list-1.png -------------------------------------------------------------------------------- /Imagenes/free-list-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list-2.png -------------------------------------------------------------------------------- /Imagenes/free-list-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list-3.png -------------------------------------------------------------------------------- /Imagenes/free-list-fragmented.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list-fragmented.png -------------------------------------------------------------------------------- /Imagenes/free-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list.png -------------------------------------------------------------------------------- /Imagenes/free-list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list2.png -------------------------------------------------------------------------------- /Imagenes/free-list3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list3.png -------------------------------------------------------------------------------- /Imagenes/free-list4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-list4.png -------------------------------------------------------------------------------- /Imagenes/free-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/free-used.png -------------------------------------------------------------------------------- /Imagenes/gaming-tolerance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/gaming-tolerance.png -------------------------------------------------------------------------------- /Imagenes/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/header.png -------------------------------------------------------------------------------- /Imagenes/heap-assumed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/heap-assumed.png -------------------------------------------------------------------------------- /Imagenes/heap-free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/heap-free.png -------------------------------------------------------------------------------- /Imagenes/heap-one-alloc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/heap-one-alloc.png -------------------------------------------------------------------------------- /Imagenes/heap-three-allocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/heap-three-allocs.png -------------------------------------------------------------------------------- /Imagenes/heap-two-alloc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/heap-two-alloc.png -------------------------------------------------------------------------------- /Imagenes/memory-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/memory-128.png -------------------------------------------------------------------------------- /Imagenes/memory-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/memory-trace.png -------------------------------------------------------------------------------- /Imagenes/memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/memory.png -------------------------------------------------------------------------------- /Imagenes/mixed-process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/mixed-process.png -------------------------------------------------------------------------------- /Imagenes/overlap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/overlap.png -------------------------------------------------------------------------------- /Imagenes/page-table-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/page-table-entry.png -------------------------------------------------------------------------------- /Imagenes/page-table-kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/page-table-kernel.png -------------------------------------------------------------------------------- /Imagenes/paging-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/paging-example.png -------------------------------------------------------------------------------- /Imagenes/placing-segments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/placing-segments.png -------------------------------------------------------------------------------- /Imagenes/poor-use-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/poor-use-resources.png -------------------------------------------------------------------------------- /Imagenes/priority-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/priority-boost.png -------------------------------------------------------------------------------- /Imagenes/proceso-largo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/proceso-largo.png -------------------------------------------------------------------------------- /Imagenes/protection-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/protection-values.png -------------------------------------------------------------------------------- /Imagenes/realocated-process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/realocated-process.png -------------------------------------------------------------------------------- /Imagenes/segment-offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/segment-offset.png -------------------------------------------------------------------------------- /Imagenes/sharing-memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/sharing-memory.png -------------------------------------------------------------------------------- /Imagenes/specific-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/specific-header.png -------------------------------------------------------------------------------- /Imagenes/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Imagenes/summary.png -------------------------------------------------------------------------------- /Introduccion/Introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Introduccion/Introduccion.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/README.md -------------------------------------------------------------------------------- /Virtualizacion/API-de-procesos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/API-de-procesos.md -------------------------------------------------------------------------------- /Virtualizacion/API-memoria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/API-memoria.md -------------------------------------------------------------------------------- /Virtualizacion/Ejecucion-directa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Ejecucion-directa.md -------------------------------------------------------------------------------- /Virtualizacion/Espacio-direcciones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Espacio-direcciones.md -------------------------------------------------------------------------------- /Virtualizacion/Espacio-libre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Espacio-libre.md -------------------------------------------------------------------------------- /Virtualizacion/Paginacion-Multinivel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Paginacion-Multinivel.md -------------------------------------------------------------------------------- /Virtualizacion/Paginacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Paginacion.md -------------------------------------------------------------------------------- /Virtualizacion/Planificacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Planificacion.md -------------------------------------------------------------------------------- /Virtualizacion/Planificador-multinivel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Planificador-multinivel.md -------------------------------------------------------------------------------- /Virtualizacion/Procesos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Procesos.md -------------------------------------------------------------------------------- /Virtualizacion/Segmentacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Segmentacion.md -------------------------------------------------------------------------------- /Virtualizacion/TLBs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/TLBs.md -------------------------------------------------------------------------------- /Virtualizacion/Traduccion-direcciones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabrielHak/SistemasOperativos/HEAD/Virtualizacion/Traduccion-direcciones.md --------------------------------------------------------------------------------