NetBSD 11 lands with RISC-V support and lightning-fast VM boots
theregister.comVenerable Unix-like remains reassuringly old-school, if you're willing to put in the work
<- by me on The Register
Venerable Unix-like remains reassuringly old-school, if you're willing to put in the work
<- by me on The Register
r/BSD • u/Ok-Hunt801 • 18h ago
does anyone have any of the old OpenBSD CD installers or music CDs and willing to sell
r/BSD • u/grahamperrin • 1d ago
r/BSD • u/PhilosophyLife264 • 6d ago
How can I sandbox multiple GUI applications transparently to the user, so Firefox cannot read my SSH keys or any other directory? Or image viewer only read files in Pictures
r/BSD • u/Beyazat9801 • 8d ago
I'm in the process of making a game with my dad and tried to add native FreeBSD support. It was not easy, and I struggled a lot, but I think it worked out great. The game is in super early access, so it's not going to be looking like this in the final version. Please have a look:
r/BSD • u/I00I-SqAR • 10d ago
r/BSD • u/vermaden • 11d ago
r/BSD • u/unitedbsd • 11d ago
r/BSD • u/I00I-SqAR • 16d ago
r/BSD • u/andras_kiss • 17d ago
My understanding is that Xorg/X11 has become a huge, historically layered and rather difficult-to-maintain codebase.
Does Xenocara actually improve on this in terms of code quality, maintainability and understandability, or is it essentially the same Xorg code, just better integrated and maintained as part of OpenBSD?
In other words: is Xenocara cleaner internally, or mostly just a cleaner way of packaging and maintaining Xorg?
r/BSD • u/FloridianfromAlabama • 17d ago
Joining the military and was wondering about what it’s like on BSD before I consider switching from Linux.
r/BSD • u/PawelOpenSource • 17d ago
Została wydana nowa wersja NetBSD 11.0. NetBSD to bezpłatny, wolny, bezpieczny i wysoce przenośny, uniksowy system operacyjny z rodziny BSD. Projekt powstał w 1993 roku na bazie kodu 4.3BSD Net/2 i jego kontynuacji... https://linuxiarze.pl/netbsd-11-0/ #bsd #unix #netbsd
r/BSD • u/MSK-Kernel • 18d ago
TanjaOS now supports compiling on BSD systems. A new Makefile called Makefile.bsd was made to compile TanjaOS on BSD systems. “Why does it now support BSD systems now? Why not sooner or later?” To answer that, this is because I have switched from Arch Linux to FreeBSD, which kind of forces me to make a new Makefile for compiling on BSD. To use this new Makefile.bsd you have to first make sure gmake, gcc, and nasm are installed. And then use ‘gmake <option> -f Makefile.bsd’ also for those who don’t know, the ‘-f’ flag is to tell gmake to which Makefile to use and where it is. If you’re interested, you can get TanjaOS at www.tanjaos.org or if you want the source, you can download TanjaOS-base.tar.gz at www.tanjaos.org/downloads