Chapter 9. Fit it in a hand

Table of Contents
9.1. Description of distribution parts
9.2. Rewriting usual utils in assembly
9.3. Implementing libc in assembly
(building a pure assembly Linux distribution)

This chapter will include a lot of source code examples, and is intended to be a tour on Linux IA-32 assembly programming.

9.1. Description of distribution parts

(kernel, libc, utils)