Explore >> Select a destination


You are here

yasoob.me
| | o5wald.github.io
2.0 parsecs away

Travel
| |
| | www.cs.cornell.edu
2.8 parsecs away

Travel
| | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.
| | muhammadraza.me
1.4 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | jborza.com
24.4 parsecs away

Travel
| For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn...