A simple no_std font parser and rasterizer. Contribute to mooman219/fontdue development by creating an account on GitHub. (more…)
Read more »
The Rust community has been hard at work on our 2017 roadmap, but as we come
up on the final quarter of the year, we’re going to kick it into high gear—and
we want you to join us! (more…)
Read more »
"Memory managed languages? In my kernel?" It's more likely than you think. (more…)
Read more »
In this post we explore double faults in detail. We also set up an Interrupt Stack Table to catch double faults on a separate kernel stack. This way, we can completely prevent triple faults, even on kernel stack overflow.
Read more »
Dubbed a safer C, Rust is a modern programming language that combines memory
safety and low-level control. This interesting combination has made Rust very
popular among developers and there is a growing trend of migrating legacy
codebases (very often in C... (more…)
Read more »