Explore >> Select a destination


You are here

samwho.dev
| | andreabergia.com
11.3 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how the JVM bytecode works. In the next part, I will go over the RJVM code that executes it.
| | manybutfinite.com
12.6 parsecs away

Travel
| | Earlier we've explored the anatomy of a program in memory, the landscape of how our programs run in a computer. Now we turn to the call stack, the work horse in most programming languages and virtual
| | nfil.dev
13.8 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.
| | www.basicinputoutput.com
73.1 parsecs away

Travel
| A blog about UEFI BIOS C programming software development engineering computer science history