Coder Social home page Coder Social logo

pip-os's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.