Re: [PATCH 2/3] bootloader: Handle 64-bit bootinfo
"Vladimir 'phcoder' Serbinenko" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <CAEaD8JN=TrLKB=u1yANm-YpHq0OcADDjaudc7JkvcPZYf9KVvw@mail.gmail.com> |
> 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? >