Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2022-02-02 Thread David Yeske via ipxe-devel
@dyeske commented on this pull request. > @@ -95,6 +95,8 @@ SYSLINUX_DIR_LIST := \ /usr/share/syslinux/modules/bios \ /usr/local/share/syslinux \ /usr/local/share/syslinux/bios \ + /usr/local/share/syslinux/bios/core \ +

Re: [ipxe-devel] iPXE working on 486(386?) hardware, hanging on init_librm

2022-02-02 Thread Michael Brown
On 02/02/2022 15:52, Nikolai Zhubr wrote: https://github.com/ipxe/ipxe/commit/bc35b24e3 This was a fun problem to debug! Oh, nice. The commit log was an entertaining reading! I'll try to re-test it on some 486 as time permits later. Now as the effect appeared to be still clearly algorythmic

Re: [ipxe-devel] iPXE working on 486(386?) hardware, hanging on init_librm

2022-02-02 Thread Nikolai Zhubr
02.02.2022 17:36, Michael Brown: [...] At least one part of this problem should now be fixed: https://github.com/ipxe/ipxe/commit/bc35b24e3 This was a fun problem to debug! Oh, nice. The commit log was an entertaining reading! I'll try to re-test it on some 486 as time permits later. Now as

Re: [ipxe-devel] iPXE working on 486(386?) hardware, hanging on init_librm

2022-02-02 Thread Michael Brown
On 30/01/2022 22:03, Nikolai Zhubr wrote: For iPXE this fix is unnecessary but still last time I tried iPXE would hang on 486 for some reason. At least one part of this problem should now be fixed: https://github.com/ipxe/ipxe/commit/bc35b24e3 This was a fun problem to debug! Michael