Every x86-64 CPU shipped by Intel or AMD today, from a laptop to a cloud server, still powers on into this exact 1978-vintage 8086 real mode before GRUB or coreboot ever gets a chance to switch it to protected or long mode. The segment*16+offset formula you compute here is not a historical curiosity — it is the literal first arithmetic the reset vector code performs on every boot.