Re: Building an amd64 "Linux bootloader" kernel and RAM disk?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.x86-64 |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 28, 2020 at 04:35:38PM -0800, Chris Hanson wrote: > It doesn't look like there are any "Linux bootloader" kernels and RAM > disk images built for amd64. I don't understand what you mean by that. The amd64 GENERIC kernel should have MULTIBOOT support. Comparing to arm images makes no sense as firmware (and boot protocol) is totaly different. Martin