Niet blij met je aankoop? Geeft niet! Je kunt artikelen tot 30 dagen retourneren
Met een cadeaubon zit je altijd goed. De ontvanger kan de cadeaubon voor alles uit ons assortiment inwisselen.
Tot 30 dagen retourrecht
What really happens between pressing the power button and seeing a working operating system?
Behind every successful startup is a carefully coordinated chain of processor reset, platform initialization, memory setup, firmware policy, device discovery, image loading, security verification, and operating-system handoff. When something breaks, the visible symptom may be nothing more than a black screen, a missing boot option, a kernel failure, or a machine that suddenly takes minutes to start.
Computer Boot Process and Firmware Design takes you inside that chain and shows you how to reason about it as an engineer.
Starting with the first instruction after reset, this practical guide follows the machine through legacy BIOS and modern UEFI, Platform Initialization, DRAM and hardware discovery, GPT and the EFI System Partition, boot managers and loaders, kernel handoff, and the transition into user space.
You will learn how to:
• Trace startup from processor reset to the first user-space process
• Understand the architectural differences between BIOS and UEFI
• Work with UEFI boot variables, device paths, protocols, and ExitBootServices()
• Understand memory initialization, PCIe, ACPI, SMBIOS, interrupts, and hardware handoff
• Analyze GRUB, systemd-boot, U-Boot, and Windows Boot Manager
• Understand initramfs, kernel parameters, device trees, and loader-to-kernel contracts
• Distinguish Secure Boot, measured startup, TPM 2.0, attestation, revocation, and recovery
• Inspect real startup evidence on Linux and Windows
• Build and test UEFI applications with EDK II and OVMF
• Experiment safely with QEMU instead of risking production hardware
• Compare the design philosophies of EDK II, coreboot, and U-Boot
• Debug no-start and slow-start failures using timelines, milestones, logs, and controlled experiments
• Design safer update, rollback, recovery, testing, and production-readiness strategies
This is more than a collection of commands or firmware terminology. The book teaches a reusable mental model: identify who owns the machine, determine what state exists, find the last known-good milestone, and identify the contract that must hold before the next stage can begin.
Architecture figures, comparison tables, code examples, practical exercises, troubleshooting workflows, field triage cards, and a technical glossary turn complex low-level concepts into an engineering workflow you can apply to unfamiliar platforms.
Whether you are a firmware developer, kernel engineer, embedded developer, security engineer, systems engineer, DevOps professional, or technically curious developer, this book gives you a structured way to understand what happens before the operating system takes control-and what to do when startup goes wrong.
Build the mental model. Trace the ownership transfers. Find the failure boundary. Design firmware that can be understood, tested, recovered, and trusted.