tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH 2/3] bootloader: Handle 64-bit bootinfo






This needs to consider the boot -> kernel ABI carefully; currently it
looks like this breaks non-EFI boot with argv[2].
It doesn't. On non-EFI bootloader is 32-bit and so bootinfo and bootinfo32 are the same. Should I add the ctassert in non EFIBOOT case?


Home | Main Index | Thread Index | Old Index