ostep-code
OSTEP code snippets
A collection of code examples and implementations from the book OSTEP, covering various topics in operating system development.
Code from various chapters in OSTEP (http://www.ostep.org)
3k stars
66 watching
1k forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sszuev/concurrent-rdf-graph | Concurrent implementations of RDF graph data structures in Kotlin | 0 |
osvvm/osvvmlibraries | Provides reusable and modular VHDL verification components for creating testbenches and verifying digital circuits. | 51 |
remko/uxn.wasm | An emulator implementation of the Uxn virtual machine in WebAssembly | 41 |
arximboldi/lager | A C++ library for composable, value-oriented design using unidirectional data-flow architecture and promoting pure functions | 708 |
akarnokd/rxjavafiberinterop | A library that enables interoperation between RxJava 3 and JDK 21's Virtual Threads for non-blocking backpressure handling. | 36 |
osvvm/osvvm | A comprehensive VHDL verification utility library with advanced testing and verification capabilities | 225 |
0xvavaldi/ruleprocessory | Tool to process and transform wordlists by applying complex rules for password cracking | 30 |
david-haim/concurrencpp | A C++ concurrency library providing high-level abstractions for writing concurrent and parallel applications | 2,312 |
saurvs/hypervisor-rs | A Rust API to interact with the OS X Hypervisor framework for hardware-accelerated virtualization. | 63 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
mlin/forkwork | Library to efficiently parallelize computationally intensive tasks using multiple cores | 19 |
revsic/cpp-concurrency | A C++ concurrency implementation inspired by Golang's style | 15 |
paulhoule/infovore | An RDF processing system that uses Hadoop to process large datasets and convert them into usable formats for triple stores. | 148 |
eunomia-bpf/wasm-bpf | An eBPF WebAssembly runtime and toolchain for building cross-platform, sandboxed eBPF programs with minimal modification. | 386 |
lordnoteworthy/cpu-internals | Documentation of CPU internals and low-level system programming concepts | 1,081 |