Fathom-OS Build Series: Chapter 8 Part 6 - Perl Modules and Python
Part of the Fathom OS Project Log. This is Part 6 of Chapter 8, the core system build. Part 5 finished the build tooling and Perl. This part builds…
Part of the Fathom OS Project Log. This is Part 6 of Chapter 8, the core system build. Part 5 finished the build tooling and Perl. This part builds…
Part of the Fathom OS Project Log. This is Part 5 of Chapter 8, the core system build. Part 4 finished the terminal libraries and the shell. This…
Part of the Fathom OS Project Log. This is Part 4 of Chapter 8, the core system build. Part 3 finished the system libraries and the final permanent…
Part of the Fathom OS Project Log. This is Part 3 of Chapter 8, the core system build. Part 2 built the toolchain group through MPC. This part builds…
Part of the Fathom OS Project Log. This is Part 2 of Chapter 8, the core system build. Part 1 covered the API headers and core libraries through…
Part of the Fathom OS Project Log. Chapter 8 is the core system build, the largest chapter in the book. It compiles the final, permanent versions of…
Part of the Fathom OS Project Log. Chapter 7 is a real shift. Up through Chapter 6 the work was cross compilation done as the lfs user. This chapter…
Part of the Fathom OS Project Log. Chapter 6 cross compiles a set of basic utilities using the cross toolchain built in Chapter 5. These tools…
Part of the Fathom OS Project Log. Chapter 5 builds the cross toolchain that everything else gets compiled with. This is five packages built in a…
Part of the Fathom OS Project Log. Chapter 4 sets up the environment that Chapters 5 and 6 depend on entirely. This includes creating the directory…
Part of the Fathom OS Project Log. Chapter 3 covers downloading all the source packages and patches needed for the entire LFS build. This is a…
Part of the Fathom OS Project Log. Chapters 2.6 and 2.7 are short but important. Every build command from this point forward depends on the $LFS…
Part of the Fathom OS Project Log. Chapters 2.4 and 2.5 cover creating the LFS partition and formatting it with a filesystem. Since these two steps…
Part of the Fathom OS Project Log. Before you touch a single source package, LFS needs your host machine to be in a specific state. Chapter 2.2…