Do you know any project/document similar to Linux from Scratch for FreeBSD?

Any pointers to build FreeBSD from scratch is appreciated. It is for learning purpose similar to LFS.

link|improve this question

25% accept rate
Did you even look at freebsd.org for the official documentation? – Alex Holst Apr 29 '10 at 10:12
Can you please provide any link for the same. In the Freebsd handbook I could not find any. – user39184 Apr 29 '10 at 10:49
feedback

2 Answers

up vote 1 down vote accepted

make buildworld is as close as the BSD world ever really got with this:

http://www.freebsd.org/doc/en/books/handbook/makeworld.html

link|improve this answer
2  
make buildkernel + make buildworld is building everything from source. Even the boot sector will get compiled from assembly source files. – Chris S Apr 29 '10 at 14:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.