Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Daniel Kiper
On Tue, Mar 04, 2025 at 04:45:39PM +0300, Vladimir 'phcoder' Serbinenko wrote: > Le mar. 4 mars 2025, 16:25, Daniel Kiper a écrit : > On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts > only >

Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Vladimir 'phcoder' Serbinenko
Le mar. 4 mars 2025, 16:25, Daniel Kiper a écrit : > On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts only > > What is "-CURRENT"? > Basically HEAD/master in FreeBSD world. > > > "elf kernel", older kernel

Re: [PATCH] bsd: Fix type passed for the kernel

2025-03-04 Thread Daniel Kiper
On Mon, Mar 03, 2025 at 12:04:31AM +0300, Vladimir Serbinenko wrote: > FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts only What is "-CURRENT"? > "elf kernel", older kernel accepts either. You repeat "elf kernel" twice. I think something is off here... > Tested on FreeBSD and

[PATCH] bsd: Fix type passed for the kernel

2025-03-02 Thread Vladimir Serbinenko
FreeBSD loader always passes "elf kernel". -CURRENT kernel accepts only "elf kernel", older kernel accepts either. Tested on FreeBSD and DragonFlyBSD Reference: https://cgit.freebsd.org/src/commit/?id=b72ae900d4348118829fe04abdc11b620930c30f Signed-off-by: Vladimir Serbinenko --- grub-core/lo