Explore >> Select a destination


You are here

www.triplefault.io
| | nfil.dev
5.5 parsecs away

Travel
| | This post documents my attempts to manage to jump (or return?) from kernel-space to usermode in my Rust kernel so that it can do what a kernel is supposed to actually do: give the CPU to user programs. That's pretty exciting! In the next part, we'll even take control back from the programs so that we can implement a scheduler.
| | keithbabinec.com
4.1 parsecs away

Travel
| | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash...
| | www.catch22.net
5.2 parsecs away

Travel
| | Introduction to Device Drivers Seeing as I've been spending alot of time doing kernel-level programming recently I thought it was time I wrote a few articles on the subject. This first article (and the rest in this "kernel" series) will cover the steps needed to build, install and start a Windows NT device-driver.
| | www.codeproject.com
26.7 parsecs away

Travel
| For those who code