BlendIT BSD Cafe - All the BSDs

And what is your opinion today and/or how do you use them? Please, share!

3
10
github.com

*A collection of awesome BSD-related stuff …*

1
0

- generic + https://discoverbsd.com/ + https://i-bsd.com/ + https://runbsd.info/ + https://www.bsdhowto.ch/index.html + https://community.unix.com/ + https://dmesgd.nycbug.org/index.cgi - forum + https://www.unitedbsd.com/ + https://wiki.bsdforen.de/index.html (german) - blog + https://it-notes.dragas.net/ + https://imil.net/ + https://www.c0ffee.net/ - podcast + https://www.bsdnow.tv/ - cloud + https://bsd-cloud-image.org/ - hardware + https://bsd-hardware.info/ - on reddit + https://www.reddit.com/r/BSD/ + https://www.reddit.com/r/freebsd/ + https://www.reddit.com/r/NetBSD/ + https://www.reddit.com/r/openbsd/ + https://www.reddit.com/r/dragonflybsd/

1
0

DeadBSD #2 - CultBSD - 2020-2021 by [@robonuggie](https://mastodon.bsd.cafe/@robonuggie) CultBSD? never heard of but name CovenBSD could be nice too! [https://www.youtube.com/watch?v=hmT1fXuOyos](https://www.youtube.com/watch?v=hmT1fXuOyos) alternative link: [https://jouwbuis.nl/watch?v=hmT1fXuOyos](https://jouwbuis.nl/watch?v=hmT1fXuOyos) [@bsd](https://blendit.bsd.cafe/c/bsd) [#history](https://mastodon.bsd.cafe/tags/history) [#bsd](https://mastodon.bsd.cafe/tags/bsd)

5
2
lowendbox.com

>In this series, we’re going to try out each of the four major BSD systems. Someone is having fun here! Thank you for this article.

11
0

GhostBSD 23 10.1 Review by RoboNuggie [https://www.youtube.com/watch?v=ae23IS6AjKY](https://www.youtube.com/watch?v=ae23IS6AjKY) Alternative link: [https://jouwbuis.nl/watch?v=ae23IS6AjKY&t=0m00s](https://jouwbuis.nl/watch?v=ae23IS6AjKY&t=0m00s) [@bsd](https://blendit.bsd.cafe/c/bsd)

3
4
http://www.discobsd.org/

DiscoBSD is a 2.11BSD-based UNIX-like operating system for microcontrollers, with a focus on high portability to memory constrained devices without a memory management unit. This microcontroller-focused operating system is the continuation of RetroBSD, a 2.11BSD-based OS targeting only the MIPS-based PIC32MX7. DiscoBSD is multi-platform, as it also supports Arm Cortex-M4 STM32F4 devices.

1
0
github.com

LiteBSD is variant of 4.4BSD operating system for microcontrollers. Currently, only Microchip PIC32MZ family is supported. PIC32MZ is a MIPS32 processor with MMU with paging support, and 512kbytes of on-chip RAM. These resources are enough to run 4.4BSD. ---- This is similar to [RetroBSD](https://github.com/RetroBSD/retrobsd/wiki), which is derived from 2.11BSD.

1
0
github.com

RetroBSD is a port of 2.11BSD Unix intended for embedded systems with fixed memory mapping. The current target is Microchip PIC32 microcontroller with 128 kbytes of RAM and 512 kbytes of Flash. PIC32 processor has MIPS M4K architecture, executable data memory and flexible RAM partitioning between user and kernel modes. Main features: - Small resource requirements. RetroBSD requires only 128 kbytes of RAM to be up and running user applications. - Memory protection. Kernel memory is fully protected from user application using hardware mechanisms. - Open functionality. Usually, user application is fixed in Flash memory - but in case of RetroBSD, any number of applications could be placed into SD card, and run as required. - Real multitasking. Standard POSIX API is implemented (fork, exec, wait4 etc). - Development system on-board. It is possible to have C compiler in the system, and to recompile the user application (or the whole operating system) when needed.

1
0