GithubHelp home page GithubHelp logo

compy / alaynos Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 42 KB

Embedded Operating System for the Raspberry Pi v3

License: GNU General Public License v2.0

Makefile 1.70% C 87.63% C++ 9.86% Assembly 0.81%
operating-system operating-systems embedded-systems

alaynos's Introduction

AlaynOS

Embedded Operating System for the Raspberry Pi v3

About AlaynOS

AlaynOS is an embedded environment for the Raspberry Pi 3. I hesitate to call it an actual Operating System because it is only designed to run one task per core, so really it is an embedded development environment.

There is no MMU, no fancy graphics routines (yet), and no multicore support (yet). Here is the roadmap:

  • Multicore (SMP) support
  • Console input support (USB keyboards)
  • VideoCore support for HD video
  • SD card filesystem support (FAT32 and/or custom FS)
  • IPC between core tasks
  • Native python scripting support via MicroPython

Here is what has been completed:

  • Framebuffer support
  • UART support
  • QEMU support for development
  • Mailbox support with the VideoCore hardware
  • Hardware delay support with cycle accuracy
  • Support for onboard device power management

Why?

I believe Operating Systems now are fairly bloated. The barrier to embedded development is very high, and often times new developers in the space attempt to wrap their applications inside of Raspbian or other full-scale operating systems. With the uptick of IoT, I believe that security and ease of development can be served by taking a minimalistic approach to embedded development such that the ONLY process running on the hardware is the primary process that the device serves.

Special Thanks

There are a ton of people whose materials have been (and continue to be) extremely helpful throughout the process of creating this. Here's a list:

  • dwelch67
  • bztsrc
  • boochow
  • jiksteri

alaynos's People

Contributors

compy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.