Solved How can I know what's the FreeBSD's version used in a specific private fork ?

Very nice,because I've understood one of the probably reason why I haven't been able to boot FreeBSD as domU with xen : I used the kernel generated by the code of FreeBSD 15 on that repo but with the userland of FreeBSD 13.2 :)
 
Another error why it does not work is that I have built the world using this command :

Code:
# make KERNCONF=GENERIC TARGET=arm TARGET_ARCH=armv7 buildworld

but based on this article :


this seems to be more appropriate :

# make KERNCONF=GENERIC TARGET=arm TARGET_ARCH=armv7 UBLDR_LOADADDR=0x42004000 buildworld
 

Attachments

  • 1706396275182.png
    1706396275182.png
    66.6 KB · Views: 40
Back
Top