Creating Custom Events in Rust
Rust is a young and exciting systems language that has a lot of potential in a vast range of range if applications. Rust programs can be built to target just about any platform. I wouldn’t be… (more…)
Read more »In this post, we start exploring CPU exceptions. Exceptions occur in various erroneous situations, for example when accessing an invalid memory address or when dividing by zero. To catch them, we have to set up an interrupt descriptor table that provides … Read more