/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cpu.land
| | xcellerator.github.io
4.8 parsecs away

Travel
| | Okay, so you've built your first kernel module, but now you want to make it do something cool - something like altering the behaviour of the running kernel. The way we do this is by function hooking, but the question is - how do we know which functions to hook? Luckily for us, there is already a great list of potential targets: syscalls! Syscalls (or system calls) are kernel functions that can be called from userspace, and are required for almost anything remotely interesting.
| | bootlin.com
3.5 parsecs away

Travel
| |
| | werat.dev
3.2 parsecs away

Travel
| | Wine is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD (https://www.winehq.org). If you have been using Linux for some time now, chances are you've used Wine at some point. Maybe to run that one very important Windows program that doesn't have a Linux version or maybe to play World of Warcraft or some other game. Fun fact, Valve's Steam Deck uses a Wine-based solution to run games (called Proton).
| | ricardopimen.tel
18.3 parsecs away

Travel
| Debug direto de uma aplicação de react, diretamente no visual studio code.