|
You are here |
blog.packagecloud.io | ||
| | | | |
www.nayuki.io
|
|
| | | | | ||
| | | | |
nfil.dev
|
|
| | | | | 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. | |
| | | | |
hallofdreams.org
|
|
| | | | | 2015 Day 1 (x86-64): An introduction to x86-64 assembly, using Advent of Code's first problem, the NASM assembler, and a lot of comments. Features segfaults, stack corruption, and register juggling. | |
| | | | |
patshaughnessy.net
|
|
| | | [AI summary] The article discusses the process of learning to read x86 assembly language, focusing on how it can be a useful skill for understanding low-level operations of microprocessors. It outlines the challenges of reading assembly, especially in debugging scenarios, and provides an example of translating Ruby code into x86 assembly using Crystal. The article also explains the syntax and structure of x86 assembly, including register usage, instruction suffixes, and the differences between AT&T and Intel syntax. It highlights the complexity of x86 assembly due to its historical evolution and the need for understanding register sizes and operand notation. | ||