How Much Rust in Firefox?
mozilla/gecko-dev repository statistics on Dec 2020... (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