The Linux Boot Process: From Power Button to Kernel
41–50 of 96 posts
Re: The Linux Boot Process: From Power Button to Kernel
#42The disk could be wiped from the BIOS. One could also run “fwupdmgr update” from a live USB to update the motherboard firmware and then reinstall the operating system. However, I’m not sure if this would completely clear the system.
Re: The Linux Boot Process: From Power Button to Kernel
#43UEFI is an interface implemented by firmware (literally, Unified Extensible Firmware Interface), it's not the firmware itself. Saying "it starts the machine" is a bit of a nomenclature faux pas. The firmware starts the machine, you talk to the firmware via UEFI. This post skips all the interesting things in the modern firmware dance. Not the least of which is when you call ExitBootServices() you're already in long mo…
Re: The Linux Boot Process: From Power Button to Kernel
#44The topic is interesting but it seems to be targeted for my grandmother.
Re: The Linux Boot Process: From Power Button to Kernel
#45Re: The Linux Boot Process: From Power Button to Kernel
#46Earlier quoted context omitted.
> When power stabilizes, the CPU resets itself to a tiny, old‑fashioned mode called real mode. Real mode dates back to the original 8086 chip. The rules are simple on purpose. Memory addresses are built from two values the CPU keeps in special fast storage called registers. You combine a segment and an offset like this: physical_address = (segment Your grandmother sounds unusually proficient with this sort of thing.
I dont know, i just don't like the tone. This is a complex subject where the target audience should probably already know what is an hexadecimal number or an interrupt and the explanation of a cpu register ought to be better than: "A register is a tiny slot inside the CPU. It holds a number the CPU is using right now." If the subject interest you, you deserve better.
What's your issue with this? Would you prefer it mentioned the x86 register doesn't always correspond to the same place in the register file?
Re: The Linux Boot Process: From Power Button to Kernel
#47UEFI is an interface implemented by firmware (literally, Unified Extensible Firmware Interface), it's not the firmware itself. Saying "it starts the machine" is a bit of a nomenclature faux pas. The firmware starts the machine, you talk to the firmware via UEFI. This post skips all the interesting things in the modern firmware dance. Not the least of which is when you call ExitBootServices() you're already in long mo…
Where do I read more about this?
Re: The Linux Boot Process: From Power Button to Kernel
#48Earlier quoted context omitted.
I dont know, i just don't like the tone. This is a complex subject where the target audience should probably already know what is an hexadecimal number or an interrupt and the explanation of a cpu register ought to be better than: "A register is a tiny slot inside the CPU. It holds a number the CPU is using right now." If the subject interest you, you deserve better.
>A register is a tiny slot inside the CPU. It holds a number the CPU is using right now What's your issue with this? Would you prefer it mentioned the x86 register doesn't always correspond to the same place in the register file?
But hey what the heck, it's fine. An LLM can rewrite it to whatever level of knowledge you like so the deepest level is optimal.
Re: The Linux Boot Process: From Power Button to Kernel
#49Re: The Linux Boot Process: From Power Button to Kernel
#50Funny how those three posts are in hacker news top 5 now. I guess today is the low level appreciation day. * The Linux Boot Process: From Power Button to Kernel * The Journey Before main() * How programs get run: ELF binaries (2015) (lwn.net) edit: format
Does anybody have pointers to similar low-level details specific to iOS/Android systems? Given that most of us by now have a few of these lying around the house gathering dust, they can make a nice DUT to hack/study/learn a few technical things. I would be quite interested in knowing more about how the RF subsystem works and maybe repurposed as an SDR for example.