setholivarez / Pip-OS

Personal Information Processor Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pip OS arch ver

This is the repository for the Operating System used in Pip-Boy products. It contains the kernel, an humble implementation of libc, and a tiny user-space environment.

ROM

A ROM is a packaged version of the OS with pre-configured user applications. You will need a ROM for a fully functional OS (in order to get a terminal access at startup for example). ROM developers are responsible of including binaries of this project next to their package when they release their product to the public.

Deitrix

The official ROM developed by Robco Industries is Deitrix, and can be found in our repositories. It's a separated repository to permit people to develop custom environments by themselves. For more informations about Deitrix, please refer to its repository : https://github.com/RobCo-Industries/Deitrix

Supported hardware

The kernel is compatible with the following Broadcom boards, as they share the same underlying architecture :

  • BCM2835
  • BCM2836
  • BCM2837

The model BCM2711 should be supported in the future.

Building from sources

Requirements

  • An ARM toolchain compatible to your machine (GNU ARM)
  • An emulator to test the OS (we use QEMU)
cd build 
export BCM=2837 # Build for Raspberry Pi 3 board

make clean
make
make run # Requires QEMU installed on your machine

References

About

Personal Information Processor Operating System


Languages

Language:C 80.3%Language:Makefile 11.2%Language:Assembly 8.5%