Re: [PATCH v1 0/3] x86/boot: Supply boot_param in rdi instead of rsi from startup_64()
From: Khalid Ali
Date: Mon Jun 23 2025 - 12:39:23 EST
> This was never intended to conform to the C ABI, why is it necessary
> to change it?
Technically speaking, you are right, however that doesn't mean we can put something where
ever we like. We came from C code which is bootloader and we end up to C code, so we should
comply the ABI here too.
> Also, you cannot break this up into three patches. Every patch must
> be fully functional so that git bisect will work.
Thanks for the tip. I will do next time.