https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940
--- Comment #26 from nico...@deffayet.com --- Many thanks for the updated patch. It apply without any issue on FreeBSD 11.2-RELEASE. On FreeBSD 11.1, it was easy to recompile only boot1 with the following commands: # cd /usr/src/sys/boot/efi/boot1 <apply patch> # make It compile fine and generate both boot1.efi & boot1.efifat binary. But on FreeBSD 11.2: # cd /usr/src/stand/efi/boot1 <apply patch> # make Killed. pid 1026 (make), uid 0, was killed: out of swap space The machine have 6 Gb of free memory before running make. Running make eat all available memory. How can I fix that ? What the best method to recompile only boot1.efi & boot1.efifat in a standalone way without recompile a full world ? Many thanks -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"