BlendIT BSD Cafe - All the BSDs

35 readers
1 users here now

All the BSDs are magic. Let's talk about them all!

founded 10 months ago
MODERATORS
1
 
 

DeadBSD #2 - CultBSD - 2020-2021

by @robonuggie

CultBSD? never heard of but name CovenBSD could be nice too!

https://www.youtube.com/watch?v=hmT1fXuOyos

alternative link:
https://jouwbuis.nl/watch?v=hmT1fXuOyos

@bsd #history #bsd

2
 
 

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.

3
4
5
3
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 
 
6
4
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 
 

And what is your opinion today and/or how do you use them?

Please, share!

7
 
 

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.

8
 
 

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, which is derived from 2.11BSD.

9
 
 

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.
10
 
 

A collection of awesome BSD-related stuff …

11
1
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]