|
|
|
|
|
by sogubsys
2620 days ago
|
|
I think there's a bit of a difference in that NetBSD project itself (kernel and userland) run on all the platforms/architectures, and Linux (the kernel) supports a lot of platforms/architectures itself, you need to find userland that matches... usually finding a distro that is well supported. NetBSD supports all architectures as part of itself as a whole, no need for distro searching. One of the cool things about BSD is that kernel and userland are bundled/tightly-coupled together as one single unit. With Linux, you need to find the appropriate distro to help you outside of the few major platforms. Apples and oranges comparison. http://netbsd.org/about/portability.html |
|